diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-28 04:01:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-28 04:01:00 +0800 |
commit | 095d69971a5993db8013f7089adfb176409f117b (patch) | |
tree | 7f634e3e9b0046a293173bf7aeed9a6defa00a47 /games/biniax2 | |
parent | 7f5b351e29a6e3aa500ef8d4f4cae5d41b59540e (diff) | |
download | freebsd-ports-gnome-095d69971a5993db8013f7089adfb176409f117b.tar.gz freebsd-ports-gnome-095d69971a5993db8013f7089adfb176409f117b.tar.zst freebsd-ports-gnome-095d69971a5993db8013f7089adfb176409f117b.zip |
- Add LICENSE
Diffstat (limited to 'games/biniax2')
-rw-r--r-- | games/biniax2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/biniax2/Makefile b/games/biniax2/Makefile index 89ae375416c7..680fd0dc9f2f 100644 --- a/games/biniax2/Makefile +++ b/games/biniax2/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-fullsrc MAINTAINER= amdmi3@FreeBSD.org COMMENT= Original logic game with arcade and tactics modes +LICENSE= ZLIB +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USE_SDL= sdl mixer image USES= dos2unix DOS2UNIX_FILES= biniax.c |