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/magicor | |
parent | 5dded7233f348c9a098c846fdf99a735d180bb95 (diff) |
Notes
Diffstat (limited to 'games/magicor')
-rw-r--r-- | games/magicor/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/magicor/Makefile b/games/magicor/Makefile index ae1473d2b841..c80517af311b 100644 --- a/games/magicor/Makefile +++ b/games/magicor/Makefile @@ -16,6 +16,11 @@ DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Old-school, puzzle game similar to Solomon's Key +LICENSE= unknown +LICENSE_NAME= Public Domain +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game USE_PYTHON= yes |