diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:19:11 +0800 |
commit | 7e30b5e30a67ad727377037d476f498eb3ca9d38 (patch) | |
tree | 2c0bb06d378a203c657858aac528fa49cfce97b7 /games | |
parent | 7f2a3bdf8f06aeea29a473e2cfbe7addd6c474ba (diff) | |
download | freebsd-ports-graphics-7e30b5e30a67ad727377037d476f498eb3ca9d38.tar.gz freebsd-ports-graphics-7e30b5e30a67ad727377037d476f498eb3ca9d38.tar.zst freebsd-ports-graphics-7e30b5e30a67ad727377037d476f498eb3ca9d38.zip |
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159443
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
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 59a294fcfa3..6df2bfc3db6 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 |