diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-12-14 21:29:16 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-12-14 21:29:16 +0000 |
commit | 2dbe745d9248dc30e9bcbc035eff45f8c8643c02 (patch) | |
tree | 172e21c185f6781ed0f5a00dcdaa30642e6cd069 /games/adom | |
parent | 5dded7233f348c9a098c846fdf99a735d180bb95 (diff) |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks]
Notes
Notes:
svn path=/head/; revision=287393
Diffstat (limited to 'games/adom')
-rw-r--r-- | games/adom/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 50bc23fe361b..e81cf8114dbb 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -15,6 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf MAINTAINER= sr-13@mail.ru COMMENT= An rogue-like advanced rpg with color support (binary port) +LICENSE= unknown +LICENSE_NAME= The ADOM License +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror +LICENSE_FILE= ${WRKSRC}/readme.1st + NO_CDROM= Copy of CD must be sent to author ONLY_FOR_ARCHS= i386 |