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/magicor | |
parent | e8370659be817ae6b7e824f8a803dda597baef76 (diff) | |
download | freebsd-ports-gnome-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.tar.gz freebsd-ports-gnome-3de408b9c13bae07a665b3a4c3a7e70db79f7f1c.tar.zst freebsd-ports-gnome-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/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 |