diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-23 21:53:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-23 21:53:45 +0800 |
commit | 19c9a0840efae8e65df95cc892caeb602b217e0b (patch) | |
tree | 6e1bc3d92dfa2336bf9cefdf90146867446bf0b5 /games/pingus | |
parent | e2a647fab3b068ee83308b51e4031b6e27a249a5 (diff) | |
download | freebsd-ports-gnome-19c9a0840efae8e65df95cc892caeb602b217e0b.tar.gz freebsd-ports-gnome-19c9a0840efae8e65df95cc892caeb602b217e0b.tar.zst freebsd-ports-gnome-19c9a0840efae8e65df95cc892caeb602b217e0b.zip |
Add LICENSE
Diffstat (limited to 'games/pingus')
-rw-r--r-- | games/pingus/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index e2f6ede5f03a..b9cf00cfa6fa 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -13,6 +13,9 @@ COMMENT= Free Lemmings-like game LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libboost_signals.so:${PORTSDIR}/devel/boost-libs +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= compiler:c++11-lib iconv scons tar:bzip2 USE_GL= gl USE_SDL= sdl image mixer |