summaryrefslogtreecommitdiff
path: root/games/xroach
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-12-04 03:06:52 +0000
committerhubertf <hubertf@pkgsrc.org>1999-12-04 03:06:52 +0000
commitadfb93190dac9d856a45c8580aa8620a8689f0e8 (patch)
treed5eb1ef82e04c4391745eb33c39b1104358807e1 /games/xroach
parent0254bc695874a6125368be9aa03b4af5f3da869e (diff)
downloadpkgsrc-adfb93190dac9d856a45c8580aa8620a8689f0e8.tar.gz
Xroach displays disgusting cockroaches on your root win-
dow. These creepy crawlies scamper around until they find a window to hide under. Whenever you move or iconify a window, the exposed beetles again scamper for cover. How was it possible this was missing so long? :-)
Diffstat (limited to 'games/xroach')
-rw-r--r--games/xroach/Makefile16
-rw-r--r--games/xroach/files/md53
-rw-r--r--games/xroach/files/patch-sum3
-rw-r--r--games/xroach/patches/patch-aa20
-rw-r--r--games/xroach/pkg/COMMENT1
-rw-r--r--games/xroach/pkg/DESCR4
-rw-r--r--games/xroach/pkg/PLIST4
7 files changed, 51 insertions, 0 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
new file mode 100644
index 00000000000..7413090bbef
--- /dev/null
+++ b/games/xroach/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $
+#
+
+DISTNAME= xroach
+PKGNAME= ${DISTNAME}-4.4
+CATEGORIES= x11 games
+MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= hubertf@netbsd.org
+
+DIST_SUBDIR= xroach-4.4
+DECOMPRESS_CMD= ${CAT}
+MANCOMPRESSED_IF_MANZ= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/xroach/files/md5 b/games/xroach/files/md5
new file mode 100644
index 00000000000..d8971c55e72
--- /dev/null
+++ b/games/xroach/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $
+
+MD5 (xroach-4.4/xroach.tar) = 06f3887f12ab623642b446f7b330ae80
diff --git a/games/xroach/files/patch-sum b/games/xroach/files/patch-sum
new file mode 100644
index 00000000000..53e152279e4
--- /dev/null
+++ b/games/xroach/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $
+
+MD5 (patch-aa) = a2b30a24848f289a8705f09e8cc38c3d
diff --git a/games/xroach/patches/patch-aa b/games/xroach/patches/patch-aa
new file mode 100644
index 00000000000..8257373cc87
--- /dev/null
+++ b/games/xroach/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $
+
+--- Makefile.orig Sat Dec 4 03:43:11 1999
++++ Makefile Sat Dec 4 03:45:42 1999
+@@ -1,9 +1,12 @@
+ # @(#)Makefile 8.1 (Berkeley) 6/8/93
+
+ PROG= xroach
+-MAN6= xroach.0
+-CFLAGS+= -I${.CURDIR}/bitmaps
++MAN= xroach.6
++CFLAGS+= -I${.CURDIR}/bitmaps -I${X11BASE}/include
+ DPADD= ${LIBX} ${LIBM}
+-LDADD= -lX11/X11 -lm
++LDADD= -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -lX11 -lm
++
++BINDIR= ${PREFIX}/bin
++MANDIR= ${PREFIX}/man
+
+ .include <bsd.prog.mk>
diff --git a/games/xroach/pkg/COMMENT b/games/xroach/pkg/COMMENT
new file mode 100644
index 00000000000..18c81d19863
--- /dev/null
+++ b/games/xroach/pkg/COMMENT
@@ -0,0 +1 @@
+Cockroaches hide under your windows
diff --git a/games/xroach/pkg/DESCR b/games/xroach/pkg/DESCR
new file mode 100644
index 00000000000..13f91db45f6
--- /dev/null
+++ b/games/xroach/pkg/DESCR
@@ -0,0 +1,4 @@
+ Xroach displays disgusting cockroaches on your root win-
+ dow. These creepy crawlies scamper around until they find
+ a window to hide under. Whenever you move or iconify a
+ window, the exposed beetles again scamper for cover.
diff --git a/games/xroach/pkg/PLIST b/games/xroach/pkg/PLIST
new file mode 100644
index 00000000000..be998110e2a
--- /dev/null
+++ b/games/xroach/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $
+bin/xroach
+man/man6/xroach.6
+man/cat6/xroach.0