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/amoebax | |
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/amoebax')
-rw-r--r-- | games/amoebax/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/amoebax/Makefile b/games/amoebax/Makefile index 9fc820b57f96..9b10ae0281e4 100644 --- a/games/amoebax/Makefile +++ b/games/amoebax/Makefile @@ -15,6 +15,12 @@ MASTER_SITES= http://www.emma-soft.com/games/amoebax/download/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cute and addictive Puyo Puyo like game +LICENSE= GPLv2 FAL +LICENSE_COMB= dual +LICENSE_NAME_FAL= Free Art License, version 1.2 +LICENSE_FILE_FAL= ${WRKSRC}/COPYING.LAL +LICENSE_PERMS_FAL= ${_LICENSE_PERMS_DEFAULT} + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes |