diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:23:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-25 11:23:01 +0000 |
commit | a4bfbe332d7d12e0d15936cc40f901e4dfa4dec1 (patch) | |
tree | 8d0cd155c28c67527e36a1c09b38edf287d410f4 /print/pdflib/Makefile | |
parent | aa40ce41b9cf658055bec6e319edd61f7720066a (diff) |
- Update to 6.0.0 release
- Re-enable cxx support
Notes
Notes:
svn path=/head/; revision=112224
Diffstat (limited to 'print/pdflib/Makefile')
-rw-r--r-- | print/pdflib/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 68a263fe7907..1b2b5b45e6c2 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -6,26 +6,23 @@ # PORTNAME= pdflib -PORTVERSION= 5.0.3 -PORTREVISION= 1 +PORTVERSION= 6.0.0 CATEGORIES= print -MASTER_SITES= http://www.pdflib.com/products/pdflib/download/503src/ -DISTNAME= PDFlib-Lite-${PORTVERSION}-Unix-src +MASTER_SITES= http://www.pdflib.com/products/pdflib/download/${PORTVERSION:S/.//g}src/ +DISTNAME= PDFlib-Lite-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= A C library for dynamically generating PDF RESTRICTED= "many odd restrictions on usage and distribution" -LATEST_LINK?= ${PORTNAME} INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 USE_GNOME= lthack USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-cxx \ - --with-java=no \ +CONFIGURE_ARGS= --with-java=no \ --with-py=no \ --with-tcl=no @@ -40,7 +37,7 @@ PLIST_SUB= PERL="@comment " .endif post-patch: - @${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=4|\1=6|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=5|\1=7|g" ${WRKSRC}/configure post-install: ${MKDIR} ${DATADIR}/fonts |