diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-01 20:53:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-01 20:53:25 +0800 |
commit | cbcebb2656c0be4019fd201379b4cf7c3e2767b0 (patch) | |
tree | a719f68e7ad5dbbfadbb763d2d5e43a0f60bfafc /x11-toolkits/pangoxsl/Makefile | |
parent | c9d6e5d4b1ebb34594b2cb46945aae4e8776433e (diff) | |
download | freebsd-ports-gnome-cbcebb2656c0be4019fd201379b4cf7c3e2767b0.tar.gz freebsd-ports-gnome-cbcebb2656c0be4019fd201379b4cf7c3e2767b0.tar.zst freebsd-ports-gnome-cbcebb2656c0be4019fd201379b4cf7c3e2767b0.zip |
- Add LICENSE
- Strip library
Diffstat (limited to 'x11-toolkits/pangoxsl/Makefile')
-rw-r--r-- | x11-toolkits/pangoxsl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/pangoxsl/Makefile b/x11-toolkits/pangoxsl/Makefile index aecaf4fd1e64..dcc0353eb9bd 100644 --- a/x11-toolkits/pangoxsl/Makefile +++ b/x11-toolkits/pangoxsl/Makefile @@ -3,13 +3,16 @@ PORTNAME= pangoxsl PORTVERSION= 1.6.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= SF/pangopdf/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Implements Pango library with a PDF backend for PDF output +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool pathfix pkgconfig USE_GNOME= pango USE_LDCONFIG= yes @@ -19,6 +22,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS |