aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkimageview/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-26 21:54:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-26 21:54:32 +0000
commit8755c7ff758ae0671bbac20eed985adedf4c6ca4 (patch)
treec0bc0bf24f069728e9faf873042aae6d734f5db7 /x11-toolkits/gtkimageview/Makefile
parent0ab14f2f23b01137903e07cf9d5071093ca36a23 (diff)
downloadports-8755c7ff758ae0671bbac20eed985adedf4c6ca4.tar.gz
ports-8755c7ff758ae0671bbac20eed985adedf4c6ca4.zip
- Strip library
- Add LICENSE
Notes
Notes: svn path=/head/; revision=392949
Diffstat (limited to 'x11-toolkits/gtkimageview/Makefile')
-rw-r--r--x11-toolkits/gtkimageview/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/gtkimageview/Makefile b/x11-toolkits/gtkimageview/Makefile
index b0823c784fd8..fd13c8e2b896 100644
--- a/x11-toolkits/gtkimageview/Makefile
+++ b/x11-toolkits/gtkimageview/Makefile
@@ -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@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