diff options
author | martymac <martymac@FreeBSD.org> | 2010-11-17 17:38:01 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-11-17 17:38:01 +0800 |
commit | c775a1fe8c6befbf80254090ba396ce94c2d0cb2 (patch) | |
tree | 6be1a019ce0177362f7eff7e2ebb83c74feee747 /games/briquolo | |
parent | 633392dc0f84d67fb6f00747135ca2d52906aeaa (diff) | |
download | freebsd-ports-gnome-c775a1fe8c6befbf80254090ba396ce94c2d0cb2.tar.gz freebsd-ports-gnome-c775a1fe8c6befbf80254090ba396ce94c2d0cb2.tar.zst freebsd-ports-gnome-c775a1fe8c6befbf80254090ba396ce94c2d0cb2.zip |
Add missing LICENSE
Approved by: ehaupt (mentor)
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 996daaa57997..afc69c5afd0c 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -7,7 +7,7 @@ PORTNAME= briquolo PORTVERSION= 0.5.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -16,6 +16,8 @@ COMMENT= Breakout clone with an OpenGL 3D representation LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LICENSE= GPLv2 + USE_BZIP2= yes USE_ICONV= yes USE_GL= gl |