diff options
author | martymac <martymac@FreeBSD.org> | 2010-10-12 14:33:18 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-10-12 14:33:18 +0800 |
commit | afa50469ec93af5e0b395c17ae7c470b38f3ec40 (patch) | |
tree | bcd6d82efb8b7a62a478dd640d4020ebd5671f87 /games/burgerspace | |
parent | 8f634ec9c113e49af00d8cc8aea1b9d6bb5f9eb7 (diff) | |
download | freebsd-ports-gnome-afa50469ec93af5e0b395c17ae7c470b38f3ec40.tar.gz freebsd-ports-gnome-afa50469ec93af5e0b395c17ae7c470b38f3ec40.tar.zst freebsd-ports-gnome-afa50469ec93af5e0b395c17ae7c470b38f3ec40.zip |
- Fix WWW
- Add missing LICENSE
- add a LOCAL mirror
Approved by: ehaupt (mentor)
Diffstat (limited to 'games/burgerspace')
-rw-r--r-- | games/burgerspace/Makefile | 5 | ||||
-rw-r--r-- | games/burgerspace/pkg-descr | 2 |
2 files changed, 5 insertions, 2 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 diff --git a/games/burgerspace/pkg-descr b/games/burgerspace/pkg-descr index 5a19cbeeef4c..a6aede99890a 100644 --- a/games/burgerspace/pkg-descr +++ b/games/burgerspace/pkg-descr @@ -3,4 +3,4 @@ hamburger ingredients (buns, meat and lettuce) to make them fall from floor to floor, until they end up in the plates at the bottom of the screen. -WWW: http://perso.b2b2c.ca/sarrazip/dev/burgerspace.html +WWW: http://sarrazip.com/dev/burgerspace.html |