diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-09-06 17:58:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-09-06 17:58:13 +0000 |
commit | 0d5aa23adc541960c2191c586671023aaa06f223 (patch) | |
tree | 4a58149cc1835af5b7a88893a00aa4799fe8c6f4 /games/xscorch/Makefile | |
parent | a435deed36fc70cd9d2a70284a0be17506ef5309 (diff) | |
download | ports-0d5aa23adc541960c2191c586671023aaa06f223.tar.gz ports-0d5aa23adc541960c2191c586671023aaa06f223.zip |
Notes
Diffstat (limited to 'games/xscorch/Makefile')
-rw-r--r-- | games/xscorch/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index b7b3b1aa65e0..4cb876ae20c5 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -6,14 +6,16 @@ # PORTNAME= xscorch -PORTVERSION= 0.1.9 +PORTVERSION= 0.1.13a CATEGORIES= games -MASTER_SITES= http://chaos2.org/xscorch/ +MASTER_SITES= http://chaos2.org/xscorch/ \ + http://mirror.dok.org/xscorch/ -MAINTAINER= will@FreeBSD.org +MAINTAINER= petef@FreeBSD.org LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod +WRKSRC= ${WRKDIR}/xscorch-0.1.13 USE_X_PREFIX= yes USE_GMAKE= yes USE_GTK= yes |