2003-05-09 01:11:35 +02:00
|
|
|
# New ports collection makefile for: bomberclone
|
|
|
|
# Date created: 5 May 2003
|
|
|
|
# Whom: Edwin Groothuis
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bomberclone
|
2006-08-16 00:05:00 +02:00
|
|
|
PORTVERSION= 0.11.7
|
2006-09-20 13:21:59 +02:00
|
|
|
PORTREVISION= 1
|
2003-05-09 01:11:35 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
COMMENT= Reimplementation of Atomic Bomber Man
|
|
|
|
|
2004-01-20 12:28:18 +01:00
|
|
|
USE_SDL= image mixer sdl
|
2003-05-09 01:11:35 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-16 00:05:00 +02:00
|
|
|
USE_BZIP2= yes
|
2003-05-09 01:11:35 +02:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= --target=""
|
2004-01-20 12:28:18 +01:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
2003-05-09 01:11:35 +02:00
|
|
|
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
|
|
|
|
2006-08-16 00:05:00 +02:00
|
|
|
post-extract:
|
|
|
|
${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf ;
|
|
|
|
|
2003-05-09 01:11:35 +02:00
|
|
|
.include <bsd.port.mk>
|