openbsd-ports/games/castle-combat/Makefile

32 lines
762 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2005/02/14 00:35:53 pvalchev Exp $
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/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= X11 Xext c m pthread usbhid z
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer \
SDL_net::devel/sdl-net \
png.2::graphics/png
MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/castle-combat/
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-png
2002-07-18 10:13:08 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>