summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-02-18 09:47:48 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-02-18 09:47:48 +0000
commit0b3ed31568f1054955bc1fe6d21adabe2f7e007f (patch)
tree79e6f20e71f489585fe108a5fb7dcc9487d6f376
parent46ed107976b6153b98798eb478a35cdf401edc71 (diff)
downloadFreeBSD-ports-0b3ed31568f1054955bc1fe6d21adabe2f7e007f.zip
FreeBSD-ports-0b3ed31568f1054955bc1fe6d21adabe2f7e007f.tar.gz
- Add LICENSE
- Switch to options helpers
-rw-r--r--deskutils/launchy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile
index 08d766f..2e00716 100644
--- a/deskutils/launchy/Makefile
+++ b/deskutils/launchy/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source keystroke launcher
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils
@@ -31,7 +34,7 @@ post-patch:
${WRKSRC}/plugins/weby/weby.pro \
${WRKSRC}/src/src.pro
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/?eadme.* ${STAGEDIR}${DOCSDIR}
OpenPOWER on IntegriCloud