diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-05 13:12:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-05 13:12:57 +0000 |
commit | b9d7da2cdd6532ad2a5e5bf689d9f93c826107e3 (patch) | |
tree | d4b7a67849b6e1580819b4de6ad8b2125935adaf /games/csmash/Makefile | |
parent | a7a99bc3e3bd28454c609f4ef83ebd38cc5f2918 (diff) | |
download | ports-b9d7da2cdd6532ad2a5e5bf689d9f93c826107e3.tar.gz ports-b9d7da2cdd6532ad2a5e5bf689d9f93c826107e3.zip |
Notes
Diffstat (limited to 'games/csmash/Makefile')
-rw-r--r-- | games/csmash/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile index 0fcc248d74f5..f59253b06484 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= 3D tabletennis game +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gettext gmake pkgconfig USE_SDL= image mixer sdl USE_GL= yes |