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/adgali | |
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/adgali')
-rw-r--r-- | games/adgali/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index eb7e74156398..565231d7b5cb 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= http://adgali.apiou.org/download/ MAINTAINER= gahr@FreeBSD.org COMMENT= An open source game library useful for 2D game development +LICENSE= GPLv2 + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ |