svn commit: r392949 - head/x11-toolkits/gtkimageview
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jul 26 21:54:34 UTC 2015
Author: amdmi3
Date: Sun Jul 26 21:54:32 2015
New Revision: 392949
URL: https://svnweb.freebsd.org/changeset/ports/392949
Log:
- Strip library
- Add LICENSE
Modified:
head/x11-toolkits/gtkimageview/Makefile
Modified: head/x11-toolkits/gtkimageview/Makefile
==============================================================================
--- head/x11-toolkits/gtkimageview/Makefile Sun Jul 26 21:20:35 2015 (r392948)
+++ head/x11-toolkits/gtkimageview/Makefile Sun Jul 26 21:54:32 2015 (r392949)
@@ -3,7 +3,7 @@
PORTNAME= gtkimageview
PORTVERSION= 1.6.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-toolkits
MASTER_SITES= LOCAL/kwm
# http://trac.bjourne.webfactional.com/
@@ -11,11 +11,15 @@ MASTER_SITES= LOCAL/kwm
MAINTAINER= ports at FreeBSD.org
COMMENT= Simple image viewer widget
+LICENSE= LGPL21 # or later; source says LGPL20+ though
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --with-html-dir=${PREFIX}/share/doc
USES= libtool pathfix pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
More information about the svn-ports-all
mailing list