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/monsterz | |
parent | 5dded7233f348c9a098c846fdf99a735d180bb95 (diff) | |
download | ports-2dbe745d9248dc30e9bcbc035eff45f8c8643c02.tar.gz ports-2dbe745d9248dc30e9bcbc035eff45f8c8643c02.zip |
Notes
Diffstat (limited to 'games/monsterz')
-rw-r--r-- | games/monsterz/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index 5dd74137f832..107f420588a5 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -14,6 +14,11 @@ MASTER_SITES= http://sam.zoy.org/monsterz/ MAINTAINER= thierry@FreeBSD.org COMMENT= Monsterz - arcade puzzle game +LICENSE= WTFPL +LICENSE_NAME= Do What The [expletive] You Want To Public License, Version 2 +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game RUN_DEPENDS= ${BUILD_DEPENDS} |