aboutsummaryrefslogtreecommitdiff
path: root/x11/imwheel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-28 14:02:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-28 14:02:52 +0000
commitf62260f406a1238d9a4c7701baa7f1c917b52ba2 (patch)
tree572c6aceb6e8a2be4b598a2124d120a05b7f48f1 /x11/imwheel
parentc5c46b7bb290b8256c38caaeba343be00eea38dc (diff)
downloadports-f62260f406a1238d9a4c7701baa7f1c917b52ba2.tar.gz
ports-f62260f406a1238d9a4c7701baa7f1c917b52ba2.zip
- Add LICENSE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=404637
Diffstat (limited to 'x11/imwheel')
-rw-r--r--x11/imwheel/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/imwheel/Makefile b/x11/imwheel/Makefile
index 8911de69bea4..566ab35a2ef3 100644
--- a/x11/imwheel/Makefile
+++ b/x11/imwheel/Makefile
@@ -11,6 +11,9 @@ MASTER_SITES= ftp://jcatki.no-ip.org/pub/imwheel/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to translate mouse wheel actions into X keyboard events
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USE_XORG= x11 xpm xtst xext xmu
USES= gmake
GNU_CONFIGURE= yes
@@ -23,7 +26,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i}
.endfor
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/EMACS ${STAGEDIR}${DOCSDIR}