aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-12-24 08:37:19 +0800
committerjbeich <jbeich@FreeBSD.org>2016-12-24 08:37:19 +0800
commit1121a316f85bf9e73a01bbb6978bf1fd512c8928 (patch)
tree1021d5b16d7e7f6ac71c81d214ad9a02cb86b6ca
parent583b2116e42d080dd56f50d03c3e59cbd2d98735 (diff)
downloadfreebsd-ports-gnome-1121a316f85bf9e73a01bbb6978bf1fd512c8928.tar.gz
freebsd-ports-gnome-1121a316f85bf9e73a01bbb6978bf1fd512c8928.tar.zst
freebsd-ports-gnome-1121a316f85bf9e73a01bbb6978bf1fd512c8928.zip
games/openbor: add missing licenses
-rw-r--r--games/openbor/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile
index 046f2c614a06..32e8291505d8 100644
--- a/games/openbor/Makefile
+++ b/games/openbor/Makefile
@@ -9,7 +9,11 @@ MASTER_SITES= LOCAL/jbeich \
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Moddable fighting game engine (aka Beats of Rage)
-LICENSE= BSD3CLAUSE
+LICENSE= BSD3CLAUSE GPLv2+ MIT
+LICENSE_COMB= multi
+LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE
+LICENSE_FILE_GPLv2+ = ${_LICENSE_STORE}/GPLv2 # source/gfxlib/hq2x.c
+LICENSE_FILE_MIT= ${WRKSRC}/source/webmlib/nestegg/LICENSE
LIB_DEPENDS= libpng.so:graphics/png \
libvpx.so:multimedia/libvpx