diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 00:43:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 00:43:10 +0800 |
commit | 6a3ea4a1b63ffab1613e4ac9297e9b7362e8c45a (patch) | |
tree | 6816be2ba61b12dac71f6473ce737e14c026ba2e /x11 | |
parent | 0fa10e50a80ab1efb2b4c1489df99934d3a4ec03 (diff) | |
download | freebsd-ports-gnome-6a3ea4a1b63ffab1613e4ac9297e9b7362e8c45a.tar.gz freebsd-ports-gnome-6a3ea4a1b63ffab1613e4ac9297e9b7362e8c45a.tar.zst freebsd-ports-gnome-6a3ea4a1b63ffab1613e4ac9297e9b7362e8c45a.zip |
- Strip library
- Add LICENSE_FILE
Diffstat (limited to 'x11')
-rw-r--r-- | x11/keybinder/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/keybinder/Makefile b/x11/keybinder/Makefile index 40e0fd362610..b82d495da5c3 100644 --- a/x11/keybinder/Makefile +++ b/x11/keybinder/Makefile @@ -2,7 +2,7 @@ PORTNAME= keybinder PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= GENTOO @@ -10,12 +10,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for registering keyboard shortcuts LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 introspection:build USE_XORG= x11 xext xrender +INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES PYTHON LUA |