openbsd-ports/games/quake2/Makefile

44 lines
955 B
Makefile

# $OpenBSD: Makefile,v 1.19 2010/09/12 16:49:09 jasper Exp $
ONLY_FOR_ARCHS= amd64 i386
SHARED_ONLY= Yes
COMMENT= first person shooter
DISTNAME= quake2-0.3
PKGNAME= ${DISTNAME}p12
CATEGORIES= games
HOMEPAGE= http://www.quakeforge.net/
MAINTAINER= Claudio Jeker <claudio@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE GL SM X11 Xau Xdmcp Xext Xrandr Xrender Xxf86dga \
Xxf86vm c m pthread pthread-stubs sndio usbhid xcb
MASTER_SITES= http://distfiles.nl/
MODULES= converters/libiconv
LIB_DEPENDS= SDL::devel/sdl
SEPARATE_BUILD= concurrent
USE_X11= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-opengl=${X11BASE} --without-svgalib \
--without-ao
NO_REGRESS= Yes
CFLAGS+= -pthread -g
post-extract:
cp ${FILESDIR}/snd_sndio.c ${WRKSRC}/src
.include <bsd.port.mk>