freebsd-ports/games/burgerspace/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

34 lines
878 B
Makefile

# New ports collection makefile for: burgerspace
# Date created: Apr 13, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= burgerspace
PORTVERSION= 1.8.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
MAINTAINER= ports@FreeBSD.org
COMMENT= A BurgerTime clone
LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng \
flatzebra-0.1.2:${PORTSDIR}/devel/flatzebra
GNU_CONFIGURE= yes
SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS+= --with-gengameng-prefix="${LOCALBASE}"
MAN6= burgerspace.6
PLIST_FILES= bin/burgerspace
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/burgerspace ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/burgerspace.6 ${PREFIX}/man/man6
.include <bsd.port.mk>