diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-30 20:31:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-30 20:31:31 +0000 |
commit | 390aaf55b39e2d45d5cd7712b516ceb71b518467 (patch) | |
tree | 4d080082ad77ccd283beb190161c5215f6f4cae0 /x11-toolkits/pangoxsl | |
parent | a254e808a0b8e7aae89449818907ec94c68d9636 (diff) |
- Convert to USES=libtool
- Add DOCS option
Notes
Notes:
svn path=/head/; revision=359914
Diffstat (limited to 'x11-toolkits/pangoxsl')
-rw-r--r-- | x11-toolkits/pangoxsl/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/pangoxsl/pkg-plist | 25 |
2 files changed, 17 insertions, 16 deletions
diff --git a/x11-toolkits/pangoxsl/Makefile b/x11-toolkits/pangoxsl/Makefile index 59a16f255644..aecaf4fd1e64 100644 --- a/x11-toolkits/pangoxsl/Makefile +++ b/x11-toolkits/pangoxsl/Makefile @@ -3,21 +3,23 @@ PORTNAME= pangoxsl PORTVERSION= 1.6.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= SF/pangopdf/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Implements Pango library with a PDF backend for PDF output -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_GNOME= pango USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> diff --git a/x11-toolkits/pangoxsl/pkg-plist b/x11-toolkits/pangoxsl/pkg-plist index 3e06bb0e7e2b..26a2802bf4da 100644 --- a/x11-toolkits/pangoxsl/pkg-plist +++ b/x11-toolkits/pangoxsl/pkg-plist @@ -1,18 +1,17 @@ include/pangoxsl/pangoxsl/pango-xsl-attributes.h -lib/libpangoxsl-1.0.a -lib/libpangoxsl-1.0.la lib/libpangoxsl-1.0.so -lib/libpangoxsl-1.0.so.600 +lib/libpangoxsl-1.0.so.0 +lib/libpangoxsl-1.0.so.0.600.3 libdata/pkgconfig/pangoxsl.pc -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/pangoxsl-pango-xsl-attributes.html -%%DOCSDIR%%/pangoxsl.devhelp -%%DOCSDIR%%/right.png -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/ch01.html +%%PORTDOCS%%%%DOCSDIR%%/home.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/pangoxsl-pango-xsl-attributes.html +%%PORTDOCS%%%%DOCSDIR%%/pangoxsl.devhelp +%%PORTDOCS%%%%DOCSDIR%%/right.png +%%PORTDOCS%%%%DOCSDIR%%/up.png +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/pangoxsl/pangoxsl @dirrm include/pangoxsl |