diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-12 06:33:18 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-12 06:33:18 +0000 |
commit | 54c0fa2ee2316c5799faedaec24fbc23a23473ad (patch) | |
tree | 3925b1c63fb267700bf14018abd1b518a9b718b6 /games/burgerspace/Makefile | |
parent | cc59e30281f6b5357f274ffeb04d755c43e06bf4 (diff) |
Notes
Diffstat (limited to 'games/burgerspace/Makefile')
-rw-r--r-- | games/burgerspace/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index f72855ef1cbd..243b4fef6316 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -8,13 +8,16 @@ PORTNAME= burgerspace PORTVERSION= 1.9.0 CATEGORIES= games -MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ +MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ \ + LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= A BurgerTime clone LIB_DEPENDS= flatzebra-0.1.2:${PORTSDIR}/devel/flatzebra +LICENSE= GPLv2 + USE_SDL= mixer sdl GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include |