diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /games/xscorch/Makefile | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/xscorch/Makefile')
-rw-r--r-- | games/xscorch/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile deleted file mode 100644 index fe94fbf80..000000000 --- a/games/xscorch/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: xscorch -# Date created: 19 Apr 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= xscorch -PORTVERSION= 0.2.0 -PORTREVISION= 3 -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> |