openbsd-ports/games/castle-combat/Makefile
margarida 689af47ff1 Fix LIB_DEPENDS by adding mikmod as a FLAVOR of sdl-mixer.
Missing white space in DESCR.
Thanks to Jolan Luff for all the testing.

brad@ ok
2003-04-04 01:37:25 +00:00

33 lines
782 B
Makefile

# $OpenBSD: Makefile,v 1.7 2003/04/04 01:37:25 margarida 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/
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer,mikmod \
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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>