svn commit: r388215 - head/x11-toolkits/pangoxsl
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 1 12:53:26 UTC 2015
Author: amdmi3
Date: Mon Jun 1 12:53:25 2015
New Revision: 388215
URL: https://svnweb.freebsd.org/changeset/ports/388215
Log:
- Add LICENSE
- Strip library
Modified:
head/x11-toolkits/pangoxsl/Makefile
Modified: head/x11-toolkits/pangoxsl/Makefile
==============================================================================
--- head/x11-toolkits/pangoxsl/Makefile Mon Jun 1 11:10:37 2015 (r388214)
+++ head/x11-toolkits/pangoxsl/Makefile Mon Jun 1 12:53:25 2015 (r388215)
@@ -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 at 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
More information about the svn-ports-head
mailing list