blob: 6620a67ab3145bee54452bb8dddd046e846cd126 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Edwin Groothuis
# $FreeBSD$
PORTNAME= bomberclone
PORTVERSION= 0.11.9
CATEGORIES= games
MASTER_SITES= http://master.dl.sourceforge.net/project/${PORTNAME}/${PORTNAME}/
MAINTAINER= edwin@mavetju.org
COMMENT= Reimplementation of Atomic Bomber Man
USE_SDL= image mixer sdl
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --target="" --disable-werror
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CXXFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
NO_STAGE= yes
post-extract:
${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -rf ;
.include <bsd.port.mk>
|