aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-04-22 17:05:06 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-04-22 17:05:06 +0800
commita8b98c0bf3887cd7cfe2ec4ec0c1ea4fe6493e62 (patch)
treefffc59d65148d47597199a67151bd3a9250e5450
parentb86b5de2891f8a6b325ed0ca6af103bfe4c601b7 (diff)
downloadfreebsd-ports-gnome-a8b98c0bf3887cd7cfe2ec4ec0c1ea4fe6493e62.tar.gz
freebsd-ports-gnome-a8b98c0bf3887cd7cfe2ec4ec0c1ea4fe6493e62.tar.zst
freebsd-ports-gnome-a8b98c0bf3887cd7cfe2ec4ec0c1ea4fe6493e62.zip
- Add LICENSE
- Switch to options helpers
-rw-r--r--games/optimax/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/optimax/Makefile b/games/optimax/Makefile
index 06f245850e15..9eb93d8a2d30 100644
--- a/games/optimax/Makefile
+++ b/games/optimax/Makefile
@@ -15,6 +15,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
COMMENT= Core War optimizer written in Perl
+LICENSE= NONE PD GPLv2+ # only single 3d party file has license defined
+LICENSE_COMB= multi
+
RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk
USES= perl5 zip
@@ -44,6 +47,8 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${CP} -r *.red fsh* templates phase3.lst tables \
${STAGEDIR}${DATADIR})
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.unix ${STAGEDIR}${DOCSDIR}