mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
98bd39de0e
PR: 190183 Submitted by: kevinz5000@gmail.com
32 lines
619 B
Makefile
32 lines
619 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bzflag
|
|
PORTVERSION= 2.4.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source/${PORTVERSION}
|
|
|
|
MAINTAINER= kevinz5000@gmail.com
|
|
COMMENT= Multiplayer 3D tank battle game
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= tar:bzip2
|
|
USE_GL= glew
|
|
USE_SDL= sdl
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-ares-build
|
|
CPPFLAGS+= -I ${LOCALBASE}/include
|
|
|
|
DESKTOP_ENTRIES= "BZFlag" "Battle enemy tanks" \
|
|
"${DATADIR}/bzflag-256x256.png" \
|
|
"bzflag" "Game;ActionGame;" false
|
|
|
|
.include <bsd.port.mk>
|