aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-09-15 23:08:20 +0000
committerWill Andrews <will@FreeBSD.org>2001-09-15 23:08:20 +0000
commit6bb1efc31ac5c0a13277d24c916f497655a558f1 (patch)
tree57297c27f43566d8affc1508f1683d1f45f1bc02 /games
parentd5c252c3d104e3327398b3f7cace361657fd29da (diff)
downloadports-6bb1efc31ac5c0a13277d24c916f497655a558f1.tar.gz
ports-6bb1efc31ac5c0a13277d24c916f497655a558f1.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/xsheep/Makefile24
-rw-r--r--games/xsheep/distinfo1
-rw-r--r--games/xsheep/files/patch-aa19
-rw-r--r--games/xsheep/pkg-comment1
-rw-r--r--games/xsheep/pkg-descr7
-rw-r--r--games/xsheep/pkg-plist1
7 files changed, 0 insertions, 54 deletions
diff --git a/games/Makefile b/games/Makefile
index 71479fde0449..6286bbc2f6fb 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 cd13d0fd7600..000000000000
--- 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 0d37c3bbd4e3..000000000000
--- 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 24f8b86ec831..000000000000
--- 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 40b56dc7965e..000000000000
--- 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 959931b2e512..000000000000
--- 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 842fdef62b4b..000000000000
--- a/games/xsheep/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/xsheep