openbsd-ports/games/castle-combat/Makefile
2002-07-18 14:13:08 +00:00

32 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.4 2002/07/18 14:13:08 brad 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 \
png.2::graphics/png
MASTER_SITES= ${HOMEPAGE}
USE_X11= Yes
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --with-png
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>