2003-04-03 20:37:25 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2003/04/04 01:37:25 margarida Exp $
|
2003-02-28 18:31:00 -05:00
|
|
|
|
2002-03-20 03:25:57 -05:00
|
|
|
COMMENT= "Rampart arcade game clone for X11"
|
|
|
|
|
|
|
|
VERSION= 0.7.2
|
|
|
|
DISTNAME= castle-combat-${VERSION}
|
|
|
|
CATEGORIES= games x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.linux-games.com/castle-combat/
|
|
|
|
|
2002-06-08 02:03:09 -04:00
|
|
|
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
|
2002-03-20 03:25:57 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl \
|
2003-04-03 20:37:25 -05:00
|
|
|
SDL_mixer::devel/sdl-mixer,mikmod \
|
2003-03-05 20:09:27 -05:00
|
|
|
SDL_net::devel/sdl-net \
|
2002-03-20 03:25:57 -05:00
|
|
|
png.2::graphics/png
|
|
|
|
|
2003-02-28 18:31:00 -05:00
|
|
|
MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/castle-combat/
|
2002-03-20 03:25:57 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2003-03-05 20:09:27 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2002-03-20 03:25:57 -05:00
|
|
|
CONFIGURE_ARGS+= --with-png
|
2002-07-18 10:13:08 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
|
2002-03-20 03:25:57 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|