2005-10-22 16:26:40 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2005/10/22 20:26:40 canacar Exp $
|
2002-11-26 03:56:53 -05:00
|
|
|
|
|
|
|
COMMENT= "enhanced clone of Id Software's Doom game; multiplayer"
|
2005-10-22 16:26:40 -04:00
|
|
|
DISTNAME= prboom-2.2.6
|
2002-11-26 03:56:53 -05:00
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://prboom.sourceforge.net/
|
|
|
|
|
2003-05-12 04:23:45 -04:00
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
2002-11-26 03:56:53 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-28 17:41:14 -05:00
|
|
|
WANTLIB= SDL X11 Xext c m pthread usbhid
|
2002-11-26 03:56:53 -05:00
|
|
|
|
2003-09-24 04:30:09 -04:00
|
|
|
USE_X11=Yes
|
2002-11-26 03:56:53 -05:00
|
|
|
|
2003-09-24 04:30:09 -04:00
|
|
|
LIB_DEPENDS= SDL_mixer.::devel/sdl-mixer \
|
|
|
|
SDL_net.::devel/sdl-net
|
2002-11-26 03:56:53 -05:00
|
|
|
|
2003-09-24 04:30:09 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS+=--disable-cpu-opt
|
2004-07-31 19:23:12 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
|
2002-11-26 03:56:53 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|