diff options
author | ale <ale@FreeBSD.org> | 2004-12-09 18:51:41 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-12-09 18:51:41 +0800 |
commit | 227172c37e8ef1528068512c86edf516abc42f23 (patch) | |
tree | e806bb019c7d7bb0cb2a982655bcd0459669310b /print/pdflib/Makefile | |
parent | bdddb06e9de17fc7a4a2d96f04712ee13f084c08 (diff) | |
download | freebsd-ports-gnome-227172c37e8ef1528068512c86edf516abc42f23.tar.gz freebsd-ports-gnome-227172c37e8ef1528068512c86edf516abc42f23.tar.zst freebsd-ports-gnome-227172c37e8ef1528068512c86edf516abc42f23.zip |
Update to 6.0.1 release:
- Unmark BROKEN
- Use libtool15
Diffstat (limited to 'print/pdflib/Makefile')
-rw-r--r-- | print/pdflib/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 5644ed8bab4f..7e7a832ada88 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pdflib -PORTVERSION= 6.0.0p1 +PORTVERSION= 6.0.1 CATEGORIES= print MASTER_SITES= http://www.pdflib.com/products/pdflib/download/${PORTVERSION:S/.//g}src/ DISTNAME= PDFlib-Lite-${PORTVERSION} @@ -15,11 +15,9 @@ MAINTAINER= ale@FreeBSD.org COMMENT= A C library for dynamically generating PDF RESTRICTED= "many odd restrictions on usage and distribution" -BROKEN= Unfetchable INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -USE_GNOME= lthack +USE_LIBTOOL_VER=15 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -37,8 +35,13 @@ CONFIGURE_ARGS+=--with-perl=no PLIST_SUB= PERL="@comment " .endif +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + post-patch: @${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=5|\1=7|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's^\$$(top_builddir)/libtool^${LIBTOOL}^' ${WRKSRC}/config/mkcommon.inc.in post-install: ${MKDIR} ${DATADIR}/fonts |