From 19c9a0840efae8e65df95cc892caeb602b217e0b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 23 Nov 2014 13:53:45 +0000 Subject: Add LICENSE --- games/pingus/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/pingus') 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 -- cgit