diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-13 16:45:01 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-13 16:45:01 +0000 |
commit | 0995f919972ed6837445211cafd5965688286c20 (patch) | |
tree | f8586d9dc9dd23623e1f384e32f0461d98bde57d /graphics/autotrace | |
parent | 9f4d6743cc785042a220f9a2661ca96d67b2b258 (diff) | |
download | FreeBSD-ports-0995f919972ed6837445211cafd5965688286c20.zip FreeBSD-ports-0995f919972ed6837445211cafd5965688286c20.tar.gz |
Update to 0.30.5.
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 12 | ||||
-rw-r--r-- | graphics/autotrace/distinfo | 2 | ||||
-rw-r--r-- | graphics/autotrace/files/patch-configure | 13 | ||||
-rw-r--r-- | graphics/autotrace/pkg-plist | 3 |
4 files changed, 24 insertions, 6 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 842ed34..5362659 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -6,10 +6,10 @@ # PORTNAME= autotrace -PORTVERSION= 0.30 -PORTREVISION= 2 +PORTVERSION= 0.30.5 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://autotrace.sourceforge.net/snapshots/ +#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kanou@mil.allnet.ne.jp @@ -22,12 +22,14 @@ LIB_DEPENDS= jbig.1:${PORTSDIR}/graphics/jbigkit \ png.5:${PORTSDIR}/graphics/png \ ming.3:${PORTSDIR}/graphics/ming \ wmf.2:${PORTSDIR}/graphics/libwmf \ - Magick.5:${PORTSDIR}/graphics/ImageMagick + Magick.5:${PORTSDIR}/graphics/ImageMagick \ + pstoedit.0:${PORTSDIR}/graphics/pstoedit .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming" USE_XLIB= yes diff --git a/graphics/autotrace/distinfo b/graphics/autotrace/distinfo index ce57c1e..3a6ff44 100644 --- a/graphics/autotrace/distinfo +++ b/graphics/autotrace/distinfo @@ -1 +1 @@ -MD5 (autotrace-0.30.tar.gz) = 979efa47568d41eb4d804e2658f3cade +MD5 (autotrace-0.30.5.tar.gz) = 51d9e2f6b64d9afdf58bcaea4ebd5788 diff --git a/graphics/autotrace/files/patch-configure b/graphics/autotrace/files/patch-configure new file mode 100644 index 0000000..3cb74ad --- /dev/null +++ b/graphics/autotrace/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/09/12 11:32:09 1.1 ++++ configure 2002/09/12 11:32:32 +@@ -6509,6 +6509,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/graphics/autotrace/pkg-plist b/graphics/autotrace/pkg-plist index 111b330..db6cf0d 100644 --- a/graphics/autotrace/pkg-plist +++ b/graphics/autotrace/pkg-plist @@ -3,8 +3,11 @@ bin/autotrace-config include/autotrace/autotrace.h include/autotrace/exception.h include/autotrace/input.h +include/autotrace/output.h include/autotrace/types.h lib/libautotrace.a +lib/libautotrace.so +lib/libautotrace.so.1 libdata/pkgconfig/autotrace.pc share/aclocal/autotrace.m4 @dirrm include/autotrace |