diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 13:32:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 13:32:10 +0000 |
commit | 7ec29966aabb1a548f6bcd8ee5ab556b348dfae4 (patch) | |
tree | 7a60d55343dab0e251e2161bab56668f19d66d04 /graphics/autotrace | |
parent | 0d9eb867714add0af3880db58a83713f21ef3aca (diff) | |
download | ports-7ec29966aabb1a548f6bcd8ee5ab556b348dfae4.tar.gz ports-7ec29966aabb1a548f6bcd8ee5ab556b348dfae4.zip |
Notes
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 15 | ||||
-rw-r--r-- | graphics/autotrace/pkg-plist | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 5679f381b842..e0a1ddad1ea2 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -3,7 +3,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} @@ -15,17 +15,18 @@ LICENSE_COMB= multi LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CPPFLAGS+= $$(libpng-config --I_opts) ${PTHREAD_CFLAGS} +LDFLAGS+= $$(libpng-config --L_opts) ${PTHREAD_LIBS} +INSTALL_TARGET= install-strip + OPTIONS_DEFINE= IMAGEMAGICK MING PSTOEDIT OPTIONS_DEFAULT= IMAGEMAGICK PSTOEDIT MING_DESC= Enable swf interface PSTOEDIT_DESC= Convert postscript to other formats -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -CPPFLAGS+= $$(libpng-config --I_opts) ${PTHREAD_CFLAGS} -LDFLAGS+= $$(libpng-config --L_opts) ${PTHREAD_LIBS} - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} diff --git a/graphics/autotrace/pkg-plist b/graphics/autotrace/pkg-plist index 597f0496e39d..963613708493 100644 --- a/graphics/autotrace/pkg-plist +++ b/graphics/autotrace/pkg-plist @@ -6,9 +6,9 @@ include/autotrace/input.h include/autotrace/output.h include/autotrace/types.h lib/libautotrace.a -lib/libautotrace.la lib/libautotrace.so lib/libautotrace.so.3 +lib/libautotrace.so.3.0.0 libdata/pkgconfig/autotrace.pc man/man1/autotrace.1.gz share/aclocal/autotrace.m4 |