aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 12:53:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 12:53:25 +0000
commit0eb6efe52ce55cb31e33031a14e33152c1e7764c (patch)
treea719f68e7ad5dbbfadbb763d2d5e43a0f60bfafc /x11-toolkits
parentad3a7da570fb122bf6a90bf071c1520bbbc00e3a (diff)
downloadports-0eb6efe52ce55cb31e33031a14e33152c1e7764c.tar.gz
ports-0eb6efe52ce55cb31e33031a14e33152c1e7764c.zip
- Add LICENSE
- Strip library
Notes
Notes: svn path=/head/; revision=388215
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pangoxsl/Makefile6
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