diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:20:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-09 21:20:25 +0800 |
commit | baeca3c9ae0145cbf7b702cb2cc47e8935087438 (patch) | |
tree | 18ce13de2cbcb1c7ed6af7fc8d32a3ed7bff9eec /games | |
parent | 550eb97cebfa44ca42a44628ee9a78cdab0369d8 (diff) | |
download | freebsd-ports-gnome-baeca3c9ae0145cbf7b702cb2cc47e8935087438.tar.gz freebsd-ports-gnome-baeca3c9ae0145cbf7b702cb2cc47e8935087438.tar.zst freebsd-ports-gnome-baeca3c9ae0145cbf7b702cb2cc47e8935087438.zip |
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 159468
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/xscorch/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index c2d086d81ac7..2c4132f7af3a 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -10,20 +10,24 @@ PORTVERSION= 0.2.0 PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://chaos2.org/xscorch/ \ - http://mirror.dok.org/xscorch/ + http://www.xscorch.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer tank shoot-em-up +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod USE_XORG= xpm -USE_GMAKE= yes USE_GNOME= gtk12 WANT_GNOME= yes USE_PERL5= yes +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk +MAKE_JOBS_SAFE= yes MAN6= xscorch.6 NO_MANCOMPRESS= yes |