diff options
author | crees <crees@FreeBSD.org> | 2011-12-15 05:29:16 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-12-15 05:29:16 +0800 |
commit | 3de408b9c13bae07a665b3a4c3a7e70db79f7f1c (patch) | |
tree | 98415bd4801ceea40abb6ed6fc2ea3d04cacda28 /games/nethack34/Makefile | |
parent | e8370659be817ae6b7e824f8a803dda597baef76 (diff) | |
download | freebsd-ports-graphics-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.tar.gz freebsd-ports-graphics-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.tar.zst freebsd-ports-graphics-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.zip |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks]
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r-- | games/nethack34/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index c5cda41b64c..cef5ba63592 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -16,6 +16,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= glewis@FreeBSD.org COMMENT= A dungeon explorin', slashin', hackin' game +LICENSE= nethack +LICENSE_NAME= NETHACK GENERAL PUBLIC LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_FILE= ${WRKSRC}/dat/license + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_SAFE= yes |