svn commit: r359914 - head/x11-toolkits/pangoxsl
Tijl Coosemans
tijl at FreeBSD.org
Mon Jun 30 20:31:32 UTC 2014
Author: tijl
Date: Mon Jun 30 20:31:31 2014
New Revision: 359914
URL: http://svnweb.freebsd.org/changeset/ports/359914
QAT: https://qat.redports.org/buildarchive/r359914/
Log:
- Convert to USES=libtool
- Add DOCS option
Modified:
head/x11-toolkits/pangoxsl/Makefile
head/x11-toolkits/pangoxsl/pkg-plist
Modified: head/x11-toolkits/pangoxsl/Makefile
==============================================================================
--- head/x11-toolkits/pangoxsl/Makefile Mon Jun 30 20:30:34 2014 (r359913)
+++ head/x11-toolkits/pangoxsl/Makefile Mon Jun 30 20:31:31 2014 (r359914)
@@ -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 at 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>
Modified: head/x11-toolkits/pangoxsl/pkg-plist
==============================================================================
--- head/x11-toolkits/pangoxsl/pkg-plist Mon Jun 30 20:30:34 2014 (r359913)
+++ head/x11-toolkits/pangoxsl/pkg-plist Mon Jun 30 20:31:31 2014 (r359914)
@@ -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
- at 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
More information about the svn-ports-all
mailing list