openbsd-ports/games/castle-combat/Makefile

32 lines
710 B
Makefile
Raw Normal View History

2002-07-18 10:13:08 -04:00
# $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/
2002-06-08 02:03:09 -04:00
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
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>