diff options
author | ale <ale@FreeBSD.org> | 2006-10-09 16:17:20 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-10-09 16:17:20 +0800 |
commit | f2264b83538a61cf36b25c6c851ea9c1c2ad1ab4 (patch) | |
tree | 95c647066bce1018edfc1f333d9c826e8a74f59a /print/pdflib/Makefile | |
parent | c7b1d9608a6f6bc10d99a2645cdb6dc8046e1eed (diff) | |
download | freebsd-ports-gnome-f2264b83538a61cf36b25c6c851ea9c1c2ad1ab4.tar.gz freebsd-ports-gnome-f2264b83538a61cf36b25c6c851ea9c1c2ad1ab4.tar.zst freebsd-ports-gnome-f2264b83538a61cf36b25c6c851ea9c1c2ad1ab4.zip |
Update to 7.0.0 release.
Diffstat (limited to 'print/pdflib/Makefile')
-rw-r--r-- | print/pdflib/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 5b039cba6871..7a1fc2624202 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -6,20 +6,20 @@ # PORTNAME= pdflib -PORTVERSION= 6.0.3 +PORTVERSION= 7.0.0 CATEGORIES= print -MASTER_SITES= http://pdflib.com/products/pdflib/download/${PORTVERSION:S/.//g}src/ +MASTER_SITES= http://www.pdflib.de/binaries/PDFlib/${PORTVERSION:S/.//g}/ DISTNAME= PDFlib-Lite-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A C library for dynamically generating PDF -RESTRICTED= "many odd restrictions on usage and distribution" +RESTRICTED= many odd restrictions on usage and distribution -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --with-java=no --with-py=no --with-tcl=no +CONFIGURE_ARGS= --with-java=no --with-py=no --with-ruby=no --with-tcl=no .if defined(WITH_PERL) USE_PERL5= yes @@ -39,7 +39,7 @@ PORTDOCS= * CONFIGURE_ARGS+=--enable-64bit .endif post-patch: - @${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=5|\1=7|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=6|\1=8|g" ${WRKSRC}/configure @${REINPLACE_CMD} -e 's^\$$(top_builddir)/libtool^${LIBTOOL}^' ${WRKSRC}/config/mkcommon.inc.in post-install: |