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/affenspiel | |
parent | 5dded7233f348c9a098c846fdf99a735d180bb95 (diff) |
Notes
Diffstat (limited to 'games/affenspiel')
-rw-r--r-- | games/affenspiel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/affenspiel/Makefile b/games/affenspiel/Makefile index 4c08c5654f05..db61ed448a82 100644 --- a/games/affenspiel/Makefile +++ b/games/affenspiel/Makefile @@ -14,6 +14,11 @@ MASTER_SITES= http://www.artsoft.org/RELEASES/unix/affenspiel/ MAINTAINER= ports@FreeBSD.org COMMENT= Little puzzle game with monkey for X Window System +LICENSE= unknown +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_NAME= just Copyright + WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 xt |