summaryrefslogtreecommitdiffstats
path: root/games/burgerspace
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committersf <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commit971087c2b4d6b0b917e3fac3ac1334b04f7c9907 (patch)
tree7181a8316bbb1b7be4386d9173b3c6ace07025da /games/burgerspace
parent0cc85c09b55a7d94ca1d7c16c8eedae091f2840c (diff)
downloadFreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.zip
FreeBSD-ports-971087c2b4d6b0b917e3fac3ac1334b04f7c9907.tar.gz
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Diffstat (limited to 'games/burgerspace')
-rw-r--r--games/burgerspace/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile
index 0bfa4e1..a66e64d 100644
--- a/games/burgerspace/Makefile
+++ b/games/burgerspace/Makefile
@@ -7,18 +7,21 @@
PORTNAME= burgerspace
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
MAINTAINER= markp@FreeBSD.org
COMMENT= A BurgerTime clone
-LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng
+USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt"
+CPPFLAGS= -I${X11BASE}/include -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+CCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS+= --with-gengameng-prefix="${X11BASE}"
MAN6= burgerspace.6
OpenPOWER on IntegriCloud