diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 09:53:23 +0800 |
commit | cfae54e359786f80d3c85e976a3adeb004b38525 (patch) | |
tree | 6ed668a5f67af6713dc8fb1078917e0598666b60 /games/xscorch | |
parent | 2ca29d9a76dd87242131def2d4c4ff3d3f5b4fae (diff) | |
download | marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.gz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.bz2 marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.lz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.xz marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.tar.zst marcuscom-ports-cfae54e359786f80d3c85e976a3adeb004b38525.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8804 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/xscorch')
-rw-r--r-- | games/xscorch/Makefile | 45 | ||||
-rw-r--r-- | games/xscorch/distinfo | 3 | ||||
-rw-r--r-- | games/xscorch/pkg-descr | 13 | ||||
-rw-r--r-- | games/xscorch/pkg-plist | 14 |
4 files changed, 75 insertions, 0 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile new file mode 100644 index 000000000..9d851332c --- /dev/null +++ b/games/xscorch/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: xscorch +# Date created: 19 Apr 2000 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= xscorch +PORTVERSION= 0.2.0 +PORTREVISION= 2 +CATEGORIES= games +MASTER_SITES= http://chaos2.org/xscorch/ \ + http://mirror.dok.org/xscorch/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Multiplayer tank shoot-em-up + +LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod + +USE_X_PREFIX= yes +USE_XPM= yes +USE_GMAKE= yes +USE_GNOME= gtk12 +WANT_GNOME= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk + +MAN6= xscorch.6 +NOMANCOMPRESS= yes + +.include <bsd.port.pre.mk> + +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+= --without-gnome +.endif + +post-patch: + @${REINPLACE_CMD} -e 's,MSG_NOSIGNAL,0,' \ + ${WRKSRC}/snet/tcpnet/tn_internal.c \ + ${WRKSRC}/snet/tcpnet/tn_read.c + +.include <bsd.port.post.mk> diff --git a/games/xscorch/distinfo b/games/xscorch/distinfo new file mode 100644 index 000000000..42e123271 --- /dev/null +++ b/games/xscorch/distinfo @@ -0,0 +1,3 @@ +MD5 (xscorch-0.2.0.tar.gz) = 42862dbde1d0ebf87be30f7e04462a66 +SHA256 (xscorch-0.2.0.tar.gz) = f91ebdaf3d11cb5681d1bcca7540fab3b0262cd0b4375785122fdf269ccac68a +SIZE (xscorch-0.2.0.tar.gz) = 818449 diff --git a/games/xscorch/pkg-descr b/games/xscorch/pkg-descr new file mode 100644 index 000000000..335edb591 --- /dev/null +++ b/games/xscorch/pkg-descr @@ -0,0 +1,13 @@ +XScorch is a clone of the olden-days DOS game "Scorch". +It is an extremely addictive war game where any mixture of +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 +field is the winner. + +WWW: http://www.xscorch.org/ +Author: Justin David Smith <justins@chaos2.org> + +- Pete +petef@FreeBSD.org diff --git a/games/xscorch/pkg-plist b/games/xscorch/pkg-plist new file mode 100644 index 000000000..d8002a0b2 --- /dev/null +++ b/games/xscorch/pkg-plist @@ -0,0 +1,14 @@ +bin/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/scorings.def +share/xscorch/sounds/README +share/xscorch/weapons.def +share/xscorch/xscorch.txt +@dirrm share/xscorch/sounds +@dirrm share/xscorch/images +@dirrm share/xscorch |