diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-11 07:41:09 +0800 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-11 07:41:09 +0800 |
commit | fa881b49929ce6394419da060b262d0ca5057906 (patch) | |
tree | a4445147638ffa40129eea1feb6b7fa23feb1f0a /games | |
parent | 79f86c529df37e8b622f272669eecd9b356e0abf (diff) | |
download | freebsd-ports-gnome-fa881b49929ce6394419da060b262d0ca5057906.tar.gz freebsd-ports-gnome-fa881b49929ce6394419da060b262d0ca5057906.tar.zst freebsd-ports-gnome-fa881b49929ce6394419da060b262d0ca5057906.zip |
x11/xsheep -> games/xsheep
Requested by: The Wraith
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/xsheep/Makefile | 21 | ||||
-rw-r--r-- | games/xsheep/distinfo | 1 | ||||
-rw-r--r-- | games/xsheep/files/patch-aa | 10 | ||||
-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, 42 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index aec82fa4cc4c..dd66f374a5fd 100644 --- a/games/Makefile +++ b/games/Makefile @@ -235,6 +235,7 @@ SUBDIR += xrubik SUBDIR += xscavenger SUBDIR += xscrabble + SUBDIR += xsheep SUBDIR += xshipwars-client SUBDIR += xshisen SUBDIR += xshogi diff --git a/games/xsheep/Makefile b/games/xsheep/Makefile new file mode 100644 index 000000000000..3d168fe42236 --- /dev/null +++ b/games/xsheep/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xsheep +# Version required: 0.0.1 +# Date created: Mar 6 22:07:42 EST 2000 +# Whom: billf +# +# $FreeBSD$ +# + +DISTNAME= xsheep-0.0.1 +CATEGORIES= games +MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/xsheep/ + +MAINTAINER= billf@FreeBSD.org + +USE_X_PREFIX= YES +WRKSRC= ${WRKDIR}/xsheep + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/xsheep ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/games/xsheep/distinfo b/games/xsheep/distinfo new file mode 100644 index 000000000000..0d37c3bbd4e3 --- /dev/null +++ b/games/xsheep/distinfo @@ -0,0 +1 @@ +MD5 (xsheep-0.0.1.tar.gz) = 56d678c006ad7dc969cd3209899ee740 diff --git a/games/xsheep/files/patch-aa b/games/xsheep/files/patch-aa new file mode 100644 index 000000000000..b3f77ccd00ae --- /dev/null +++ b/games/xsheep/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.old Mon Mar 6 22:12:55 2000 ++++ Makefile Mon Mar 6 22:13:09 2000 +@@ -1,6 +1,6 @@ + LIBS = -lm + +-CFLAGS = -I/usr/X11R6/incude -g ++CFLAGS+= -I/usr/X11R6/include + + MYOBJECTS = \ + xsheep.o diff --git a/games/xsheep/pkg-comment b/games/xsheep/pkg-comment new file mode 100644 index 000000000000..40b56dc7965e --- /dev/null +++ b/games/xsheep/pkg-comment @@ -0,0 +1 @@ +A moronic little sheep that trundles around the X desktop diff --git a/games/xsheep/pkg-descr b/games/xsheep/pkg-descr new file mode 100644 index 000000000000..959931b2e512 --- /dev/null +++ b/games/xsheep/pkg-descr @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000000..842fdef62b4b --- /dev/null +++ b/games/xsheep/pkg-plist @@ -0,0 +1 @@ +bin/xsheep |