diff options
-rw-r--r-- | games/openbor/Makefile | 6 |
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 |