diff options
author | petef <petef@FreeBSD.org> | 2001-09-06 17:58:13 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-09-06 17:58:13 +0000 |
commit | cce1266a0de529228d27e0b26c00512a39eab22f (patch) | |
tree | 57f523f12f91c34bccd8e603dfa7205280cac082 /games/xscorch | |
parent | 6559e8476ee2528fe4cc1794daa6863b19c63ef7 (diff) | |
download | FreeBSD-ports-cce1266a0de529228d27e0b26c00512a39eab22f.zip FreeBSD-ports-cce1266a0de529228d27e0b26c00512a39eab22f.tar.gz |
- update to version 0.1.13a (with network support!)
- add mirror to MASTER_SITES
- take over as maintainer
- fix typo in pkg-descr
PR: 28741
Approved by: will (the change of MAINTAINER)
Diffstat (limited to 'games/xscorch')
-rw-r--r-- | games/xscorch/Makefile | 8 | ||||
-rw-r--r-- | games/xscorch/distinfo | 2 | ||||
-rw-r--r-- | games/xscorch/pkg-descr | 7 | ||||
-rw-r--r-- | games/xscorch/pkg-plist | 22 |
4 files changed, 22 insertions, 17 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index b7b3b1aa..4cb876a 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 diff --git a/games/xscorch/distinfo b/games/xscorch/distinfo index 24a9c94..d76ddde 100644 --- a/games/xscorch/distinfo +++ b/games/xscorch/distinfo @@ -1 +1 @@ -MD5 (xscorch-0.1.9.tar.gz) = ac5fddc945c2ddf036301ce768c56ac1 +MD5 (xscorch-0.1.13a.tar.gz) = 45bb73929a9e414b770686e3f80d7ba2 diff --git a/games/xscorch/pkg-descr b/games/xscorch/pkg-descr index a352e72..a06de86 100644 --- a/games/xscorch/pkg-descr +++ b/games/xscorch/pkg-descr @@ -1,6 +1,6 @@ XScorch is a clone of the olden-days DOS game "Scorch". It is an extremely addictive war game where any mixture of -humans an computer AIs control separate tanks (teams are +humans and computer AIs control separate tanks (teams are possible) and attempt to blow up or arrange to blow up the other tanks on the field (which can vary from rugged, mountainous terrain to flat plains). The last tank on the @@ -8,5 +8,6 @@ field is the winner. WWW: http://chaos2.org/xscorch/ Author: Justin David Smith <justins@chaos2.org> - ---Will <andrews@technologist.com> + +- Pete +petef@FreeBSD.org diff --git a/games/xscorch/pkg-plist b/games/xscorch/pkg-plist index d24ac05d..e02bb28 100644 --- a/games/xscorch/pkg-plist +++ b/games/xscorch/pkg-plist @@ -1,11 +1,13 @@ bin/xscorch -%%DATADIR%%/xscorch/sounds/stamp -%%DATADIR%%/xscorch/images/xscorch-icon.xpm -%%DATADIR%%/xscorch/images/xscorch-logo.xpm -%%DATADIR%%/xscorch/copying.txt -%%DATADIR%%/xscorch/xscorch.txt -%%DATADIR%%/xscorch/tankprofiles -%%DATADIR%%/xscorch/tankprofiles~ -@dirrm %%DATADIR%%/xscorch/sounds -@dirrm %%DATADIR%%/xscorch/images -@dirrm %%DATADIR%%/xscorch +bin/xscorch-server +share/xscorch/accessories.def +share/xscorch/copying.txt +share/xscorch/images/xscorch-icon.xpm +share/xscorch/images/xscorch-logo.xpm +share/xscorch/profiles.def +share/xscorch/sounds/README +share/xscorch/weapons.def +share/xscorch/xscorch.txt +@dirrm share/xscorch/sounds +@dirrm share/xscorch/images +@dirrm share/xscorch |