aboutsummaryrefslogtreecommitdiff
path: root/games/excido
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 13:19:11 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-09 13:19:11 +0000
commita417e72d9390e58abb6ca9c33a7941c4c14e1d1c (patch)
tree142e64cddc31c0b242fe1ef4d009f593cf5c0c10 /games/excido
parent6d030d8b119f395c8959006290e50d24a03a9458 (diff)
downloadports-a417e72d9390e58abb6ca9c33a7941c4c14e1d1c.tar.gz
ports-a417e72d9390e58abb6ca9c33a7941c4c14e1d1c.zip
Notes
Diffstat (limited to 'games/excido')
-rw-r--r--games/excido/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/games/excido/Makefile b/games/excido/Makefile
index 59a294fcfa34..6df2bfc3db6e 100644
--- a/games/excido/Makefile
+++ b/games/excido/Makefile
@@ -9,27 +9,30 @@ PORTNAME= excido
PORTVERSION= 0.1.5c
PORTREVISION= 11
CATEGORIES= games
-MASTER_SITES= http://offload1.icculus.org/excido/
+MASTER_SITES= http://offload2.icculus.org:9090/excido/ \
+ http://offload1.icculus.org:9090/excido/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= A portable fast-paced 3d shooter
-BROKEN= does not fetch
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GL= yes
-USE_OPENAL= al alut
USE_SDL= image sdl ttf
+USE_OPENAL= al alut
+USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif