diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 13:19:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-09 13:19:11 +0000 |
commit | a417e72d9390e58abb6ca9c33a7941c4c14e1d1c (patch) | |
tree | 142e64cddc31c0b242fe1ef4d009f593cf5c0c10 /games | |
parent | 6d030d8b119f395c8959006290e50d24a03a9458 (diff) |
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159443
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=279326
Diffstat (limited to 'games')
-rw-r--r-- | games/excido/Makefile | 13 |
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 |