2006-09-21 23:42:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2006/09/22 03:42:56 pvalchev Exp $
|
2003-02-02 23:09:56 -05:00
|
|
|
|
|
|
|
COMMENT= "graphical multiplayer 3-d tank war game"
|
2006-09-21 23:42:56 -04:00
|
|
|
DISTNAME= bzflag-2.0.8
|
2003-02-02 23:09:56 -05:00
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.bzflag.org/
|
|
|
|
|
2006-09-21 23:42:56 -04:00
|
|
|
# LGPL
|
2003-02-02 23:09:56 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-08-10 01:24:09 -04:00
|
|
|
USE_GMAKE= Yes
|
2003-02-02 23:09:56 -05:00
|
|
|
USE_X11= Yes
|
2004-02-20 01:49:11 -05:00
|
|
|
|
2006-09-21 23:42:56 -04:00
|
|
|
LIB_DEPENDS= SDL.>=4::devel/sdl curl.>=3::net/curl
|
2005-08-10 01:24:09 -04:00
|
|
|
|
2006-09-21 23:42:56 -04:00
|
|
|
WANTLIB= GL GLU ICE SM X11 Xext c m ncurses pthread stdc++ usbhid z ssl crypto
|
2005-08-10 01:24:09 -04:00
|
|
|
|
2006-09-21 23:42:56 -04:00
|
|
|
AUTOCONF_VERSION=2.59
|
|
|
|
CONFIGURE_STYLE=gnu autoconf
|
|
|
|
CONFIGURE_ARGS+=--disable-adns --enable-debug
|
2004-10-21 01:39:35 -04:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" LDFLAGS="-L${LOCALBASE}/include"
|
2004-02-20 01:49:11 -05:00
|
|
|
|
2005-08-10 01:24:09 -04:00
|
|
|
pre-build:
|
2004-02-20 01:49:11 -05:00
|
|
|
@sed -e 's|@LINUX_TRUE@||g ; s|@LINUX_FALSE@|#|g' \
|
|
|
|
${WRKSRC}/src/platform/Makefile.in > \
|
|
|
|
${WRKSRC}/src/platform/Makefile.sed
|
|
|
|
@mv ${WRKSRC}/src/platform/Makefile.sed \
|
|
|
|
${WRKSRC}/src/platform/Makefile.in
|
2003-02-02 23:09:56 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|