openbsd-ports/games/prboom/Makefile

30 lines
767 B
Makefile
Raw Normal View History

2006-10-16 21:58:41 -04:00
# $OpenBSD: Makefile,v 1.10 2006/10/17 01:58:41 jolan Exp $
COMMENT= "enhanced clone of Id Software's Doom game; multiplayer"
2006-10-16 21:58:41 -04:00
DISTNAME= prboom-2.4.6
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
2006-04-12 22:27:24 -04:00
WANTLIB= SDL X11 Xext c m pthread usbhid z
2003-09-24 04:30:09 -04:00
USE_X11=Yes
2006-08-02 05:36:20 -04:00
LIB_DEPENDS= SDL_mixer.>=3::devel/sdl-mixer \
SDL_net.>=1::devel/sdl-net \
png.>=4::graphics/png
2006-04-12 22:27:24 -04:00
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
2003-09-24 04:30:09 -04:00
CONFIGURE_STYLE=gnu
2006-09-22 01:54:38 -04:00
CONFIGURE_ARGS+=--disable-cpu-opt --disable-gl
2004-07-31 19:23:12 -04:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>