freebsd-ports/games/abuse_sdl/Makefile

32 lines
679 B
Makefile
Raw Normal View History

2002-05-11 23:57:40 +02:00
# New ports collection makefile for: abuse_sdl
# Date created: 11 May 2002
# Whom: des
#
# $FreeBSD$
#
PORTNAME= abuse_sdl
PORTVERSION= 0.7.0
2008-03-13 15:28:35 +01:00
PORTREVISION= 5
2002-05-11 23:57:40 +02:00
CATEGORIES= games
MASTER_SITES= http://www.labyrinth.net.au/~trandor/abuse/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= An SDL port of the Abuse game engine
2002-05-11 23:57:40 +02:00
USE_BZIP2= yes
USE_GL= gl
USE_SDL= sdl
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
2002-05-11 23:57:40 +02:00
MAN6= abuse-sdl.6
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
2002-05-11 23:57:40 +02:00
.include <bsd.port.mk>