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
|
2004-01-07 04:12:23 +01:00
|
|
|
PORTVERSION= 0.11.0
|
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
|
|
|
|
|
|
|
|
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
|
|
|
|
SDL_image.10:${PORTSDIR}/graphics/sdl_image
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_XLIB= yes
|
2003-10-04 08:45:33 +02:00
|
|
|
USE_SDL= yes
|
2003-05-09 01:11:35 +02:00
|
|
|
USE_GMAKE= yes
|
2003-06-13 02:18:46 +02:00
|
|
|
USE_BZIP2= yes
|
2003-05-09 01:11:35 +02:00
|
|
|
CONFIGURE_ARGS= --target=""
|
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
|
|
|
CXXFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|