aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-25 18:15:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-25 18:15:11 +0800
commit284a2853bab9f0a719c7bd73ee9ee98b5049a5fd (patch)
tree5c0cac58e82ea5ada7381f4611b3f2c37df0675b /misc
parentb36f70bd382e1839fb2a3b242720ade9249d424e (diff)
downloadfreebsd-ports-gnome-284a2853bab9f0a719c7bd73ee9ee98b5049a5fd.tar.gz
freebsd-ports-gnome-284a2853bab9f0a719c7bd73ee9ee98b5049a5fd.tar.zst
freebsd-ports-gnome-284a2853bab9f0a719c7bd73ee9ee98b5049a5fd.zip
- Add LICENSE
- Switch to options helpers
Diffstat (limited to 'misc')
-rw-r--r--misc/cmatrix/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile
index 54dbff003edd..f5bf4902985b 100644
--- a/misc/cmatrix/Makefile
+++ b/misc/cmatrix/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Show a scrolling 'Matrix' like screen
+LICENSE= GPLv1 # or later; COPYING is GPLv2
+
USES= gmake
GNU_CONFIGURE= yes
@@ -21,6 +23,8 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}