1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/abuse_sdl/Makefile
Kirill Ponomarev 3ab51f93e0 Update to 0.7.0
PR:		55241
Submitted by:	Ports Fury
2003-08-07 07:49:49 +00:00

32 lines
680 B
Makefile

# New ports collection makefile for: abuse_sdl
# Date created: 11 May 2002
# Whom: des
#
# $FreeBSD$
#
PORTNAME= abuse_sdl
PORTVERSION= 0.7.0
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
USE_BZIP2= yes
USE_MESA= yes
USE_SDL= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN6= abuse-sdl.6
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>