openbsd-ports/games/prboom/Makefile

32 lines
777 B
Makefile
Raw Normal View History

2010-11-22 05:16:08 -05:00
# $OpenBSD: Makefile,v 1.19 2010/11/22 10:16:08 espie Exp $
COMMENT= enhanced clone of Id Software's Doom game; multiplayer
2006-11-19 22:15:36 -05:00
DISTNAME= prboom-2.4.7
2010-11-08 10:54:53 -05:00
REVISION = 1
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
HOMEPAGE= http://prboom.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-12-05 08:15:09 -05:00
2010-11-22 05:16:08 -05:00
WANTLIB = SDL c m pthread z GL GLU SDL_mixer>=3 SDL_net>=1 png>=4
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2010-11-16 06:23:25 -05:00
LIB_DEPENDS = devel/sdl-mixer \
devel/sdl-net \
graphics/png
2007-10-29 18:57:04 -04:00
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include/libpng" \
2006-04-12 22:27:24 -04:00
LDFLAGS="-L${LOCALBASE}/lib"
2003-09-24 04:30:09 -04:00
CONFIGURE_STYLE=gnu
2007-10-29 18:57:04 -04:00
CONFIGURE_ARGS+=--disable-cpu-opt
2004-07-31 19:23:12 -04:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>