diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-07-30 19:20:24 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-07-30 19:20:24 +0800 |
commit | cda98524211f287103b33ff2f73639fed5d41bf2 (patch) | |
tree | c4b77be4fb2c0d5b99195a007652dd817c02e867 /games | |
parent | cbd59c1147f702fc5b35bc80196c4b791f3f30f6 (diff) | |
download | freebsd-ports-gnome-cda98524211f287103b33ff2f73639fed5d41bf2.tar.gz freebsd-ports-gnome-cda98524211f287103b33ff2f73639fed5d41bf2.tar.zst freebsd-ports-gnome-cda98524211f287103b33ff2f73639fed5d41bf2.zip |
- Add license GPLv2, forgotten in previous commit
Diffstat (limited to 'games')
-rw-r--r-- | games/sdlCC/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/sdlCC/Makefile b/games/sdlCC/Makefile index ca40173b75ed..3e658ed0e9dd 100644 --- a/games/sdlCC/Makefile +++ b/games/sdlCC/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://jcatki.no-ip.org/files/ MAINTAINER= games@FreeBSD.org COMMENT= Extensible Chinese checkers game using SDL +LICENSE= GPLv2 + USES= libtool:keepla # ltdl used, .la may be needed to load plugins USE_SDL= image mixer sdl GNU_CONFIGURE= yes |