View | Details | Raw Unified | Return to bug 211258
Collapse All | Expand All

(-)games/xonotic/Makefile (-2 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	xonotic
4
PORTNAME=	xonotic
5
PORTVERSION=	0.8.1
5
PORTVERSION=	0.8.1
6
PORTREVISION=	1
6
CATEGORIES=	games
7
CATEGORIES=	games
7
MASTER_SITES=	http://nl.dl.xonotic.org/ \
8
MASTER_SITES=	http://nl.dl.xonotic.org/ \
8
		http://mirror.bitmissile.com/xonotic/releases/
9
		http://mirror.bitmissile.com/xonotic/releases/
Lines 13-19 COMMENT= Fast-paced, chaotic, and intense multipla Link Here
13
LIB_DEPENDS=	libcurl.so:ftp/curl \
14
LIB_DEPENDS=	libcurl.so:ftp/curl \
14
		libpng.so:graphics/png
15
		libpng.so:graphics/png
15
16
16
USES=		jpeg shebangfix zip:infozip
17
USES=		compiler:c11 jpeg shebangfix zip:infozip
17
SHEBANG_FILES=	server/rcon.pl server/rcon2irc/rcon2irc.pl
18
SHEBANG_FILES=	server/rcon.pl server/rcon2irc/rcon2irc.pl
18
WRKSRC=		${WRKDIR}/Xonotic
19
WRKSRC=		${WRKDIR}/Xonotic
19
BUILD_WRKSRC=	${WRKSRC}/source/darkplaces
20
BUILD_WRKSRC=	${WRKSRC}/source/darkplaces
Lines 25-31 MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ Link Here
25
		STRIP="${STRIP_CMD}"
26
		STRIP="${STRIP_CMD}"
26
MAKE_JOBS_UNSAFE=yes
27
MAKE_JOBS_UNSAFE=yes
27
ALL_TARGET=	# empty
28
ALL_TARGET=	# empty
28
USE_GCC=	yes
29
29
30
PORTDATA=	*
30
PORTDATA=	*
31
31

Return to bug 211258