ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/graphics/libpotrace/Makefile
Revision: 20360
Committed: Thu Oct 1 03:08:58 2015 UTC (8 years, 5 months ago) by laffer1
Content type: text/plain
File size: 788 byte(s)
Log Message:
add libpotrace

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/graphics/libpotrace/Makefile 393429 2015-08-02 15:03:19Z tijl $
3
4 PORTNAME= libpotrace
5 PORTVERSION= 1.11
6 CATEGORIES= graphics
7 MASTER_SITES= SF
8 DISTNAME= potrace-${PORTVERSION}
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Library for transforming bitmaps into vector graphics
12
13 LICENSE= gpl2
14
15 USES= libtool
16 USE_LDCONFIG= yes
17 GNU_CONFIGURE= yes
18 CONFIGURE_ARGS= --with-libpotrace
19 INSTALL_TARGET= install-strip
20 PLIST_FILES= include/potracelib.h \
21 lib/libpotrace.a \
22 lib/libpotrace.so \
23 lib/libpotrace.so.0 \
24 lib/libpotrace.so.0.0.1
25
26 OPTIONS_DEFINE= METRIC A4
27 OPTIONS_DEFAULT=METRIC A4
28 A4_DESC= Use A4 as the default papersize
29 A4_CONFIGURE_ENABLE= a4
30 METRIC_DESC= Use metric units (cm) as default
31 METRIC_CONFIGURE_ENABLE= metric
32
33 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain