diff options
author | will <will@FreeBSD.org> | 2001-09-15 23:08:20 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-09-15 23:08:20 +0000 |
commit | 6c60634fa322a717d0d68416ef763c37fb84b432 (patch) | |
tree | 5e6237b4076081a44f42a26d0cf27432cfe1afae | |
parent | 7e856ff47cf2167f5fb738d059a79b722d5857ae (diff) | |
download | FreeBSD-ports-6c60634fa322a717d0d68416ef763c37fb84b432.zip FreeBSD-ports-6c60634fa322a717d0d68416ef763c37fb84b432.tar.gz |
Nuke xsheep port due to copyright issues with the images involved, which
have been removed from the master site for over 6 months now.
Approved by: billf (maintainer)
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/xsheep/Makefile | 24 | ||||
-rw-r--r-- | games/xsheep/distinfo | 1 | ||||
-rw-r--r-- | games/xsheep/files/patch-aa | 19 | ||||
-rw-r--r-- | games/xsheep/pkg-comment | 1 | ||||
-rw-r--r-- | games/xsheep/pkg-descr | 7 | ||||
-rw-r--r-- | games/xsheep/pkg-plist | 1 |
7 files changed, 0 insertions, 54 deletions
diff --git a/games/Makefile b/games/Makefile index 71479fd..6286bbc 100644 --- a/games/Makefile +++ b/games/Makefile @@ -359,7 +359,6 @@ SUBDIR += xscavenger SUBDIR += xscorch SUBDIR += xscrabble - SUBDIR += xsheep SUBDIR += xshipwars-client SUBDIR += xshisen SUBDIR += xshogi diff --git a/games/xsheep/Makefile b/games/xsheep/Makefile deleted file mode 100644 index cd13d0f..0000000 --- a/games/xsheep/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: xsheep -# Date created: Mar 6 22:07:42 EST 2000 -# Whom: billf -# -# $FreeBSD$ -# - -PORTNAME= xsheep -PORTVERSION= 0.0.1 -CATEGORIES= games -MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/xsheep/ - -MAINTAINER= billf@FreeBSD.org - -USE_X_PREFIX= YES -USE_XPM= YES -WRKSRC= ${WRKDIR}/xsheep - -BROKEN= "Author broke the distfile by removing a bunch of required files" - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xsheep ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/games/xsheep/distinfo b/games/xsheep/distinfo deleted file mode 100644 index 0d37c3b..0000000 --- a/games/xsheep/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xsheep-0.0.1.tar.gz) = 56d678c006ad7dc969cd3209899ee740 diff --git a/games/xsheep/files/patch-aa b/games/xsheep/files/patch-aa deleted file mode 100644 index 24f8b86e..0000000 --- a/games/xsheep/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Fri Aug 13 11:19:00 1999 -+++ Makefile Fri Mar 10 18:43:39 2000 -@@ -1,6 +1,6 @@ - LIBS = -lm - --CFLAGS = -I/usr/X11R6/incude -g -+CFLAGS+= -I${X11BASE}/include - - MYOBJECTS = \ - xsheep.o -@@ -10,7 +10,7 @@ - all: $(TARGETS) - - xsheep: $(MYOBJECTS) -- $(CC) -o xsheep $(MYOBJECTS) -L/usr/X11R6/lib -lXpm -lXext -lX11 -+ $(CC) -o xsheep $(MYOBJECTS) -L${X11BASE}/lib -lXpm -lXext -lX11 - - %.o: %.c - $(CC) $(CFLAGS) -c $*.c diff --git a/games/xsheep/pkg-comment b/games/xsheep/pkg-comment deleted file mode 100644 index 40b56dc..0000000 --- a/games/xsheep/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A moronic little sheep that trundles around the X desktop diff --git a/games/xsheep/pkg-descr b/games/xsheep/pkg-descr deleted file mode 100644 index 959931b..0000000 --- a/games/xsheep/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -xsheep, a moronic little sheep that trundles around the X desktop walking along -the top of windows and falling of the edges among other mildly amusing antics. - -WWW: http://www.csn.ul.ie/~caolan/docs/xsheep.html - --- Bill Fumerola <billf@FreeBSD.org> in honor of - Jordan "Love Ewe" Hubbard <jkh@FreeBSD.org> diff --git a/games/xsheep/pkg-plist b/games/xsheep/pkg-plist deleted file mode 100644 index 842fdef..0000000 --- a/games/xsheep/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xsheep |