openbsd-ports/games/prboom/Makefile
2004-11-28 22:41:14 +00:00

29 lines
673 B
Makefile

# $OpenBSD: Makefile,v 1.5 2004/11/28 22:41:20 espie Exp $
COMMENT= "enhanced clone of Id Software's Doom game; multiplayer"
DISTNAME= prboom-2.2.4
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
HOMEPAGE= http://prboom.sourceforge.net/
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL X11 Xext c m pthread usbhid
USE_X11=Yes
LIB_DEPENDS= SDL_mixer.::devel/sdl-mixer \
SDL_net.::devel/sdl-net
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-cpu-opt
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
.include <bsd.port.mk>