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)
This commit is contained in:
parent
d5c252c3d1
commit
6bb1efc31a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47854
@ -359,7 +359,6 @@
|
||||
SUBDIR += xscavenger
|
||||
SUBDIR += xscorch
|
||||
SUBDIR += xscrabble
|
||||
SUBDIR += xsheep
|
||||
SUBDIR += xshipwars-client
|
||||
SUBDIR += xshisen
|
||||
SUBDIR += xshogi
|
||||
|
@ -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>
|
@ -1 +0,0 @@
|
||||
MD5 (xsheep-0.0.1.tar.gz) = 56d678c006ad7dc969cd3209899ee740
|
@ -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
|
@ -1 +0,0 @@
|
||||
A moronic little sheep that trundles around the X desktop
|
@ -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>
|
@ -1 +0,0 @@
|
||||
bin/xsheep
|
Loading…
Reference in New Issue
Block a user