diff options
author | Mark Murray <markm@FreeBSD.org> | 1995-12-22 18:13:46 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1995-12-22 18:13:46 +0000 |
commit | ee0d380604311ef62dd26fa4ccc1298162108213 (patch) | |
tree | 05c0c08bb0744b768691d5095a0ac091830c68a5 | |
parent | ca4f23e91fcd6b4d0ee2cf7d1af28f3e005e8dd2 (diff) | |
download | ports-ee0d380604311ef62dd26fa4ccc1298162108213.tar.gz ports-ee0d380604311ef62dd26fa4ccc1298162108213.zip |
Notes
-rw-r--r-- | games/xroach/Makefile | 16 | ||||
-rw-r--r-- | games/xroach/distinfo | 1 | ||||
-rw-r--r-- | games/xroach/files/patch-aa | 32 | ||||
-rw-r--r-- | games/xroach/pkg-comment | 1 | ||||
-rw-r--r-- | games/xroach/pkg-descr | 4 | ||||
-rw-r--r-- | games/xroach/pkg-plist | 2 |
6 files changed, 56 insertions, 0 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile new file mode 100644 index 000000000000..9df914b5d06d --- /dev/null +++ b/games/xroach/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: xroach +# Version required: 4.4BSD-Lite +# Date created: 22 December 1995 +# Whom: markm +# +# $Id$ +# + +PKGNAME= xroach-4.4BSD +DISTNAME= xroach +CATEGORIES+= x11 games +MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ + +MAINTAINER= markm@FreeBSD.ORG + +.include <bsd.port.mk> diff --git a/games/xroach/distinfo b/games/xroach/distinfo new file mode 100644 index 000000000000..287ed7f5a016 --- /dev/null +++ b/games/xroach/distinfo @@ -0,0 +1 @@ +MD5 (xroach.tar.gz) = d78bb2db4b19f605ac29a6a418dcf1c9 diff --git a/games/xroach/files/patch-aa b/games/xroach/files/patch-aa new file mode 100644 index 000000000000..00352af4e345 --- /dev/null +++ b/games/xroach/files/patch-aa @@ -0,0 +1,32 @@ +diff -cdNr ../xroach.BSD/Makefile ./Makefile +*** ../xroach.BSD/Makefile Wed Jun 9 04:12:04 1993 +--- ./Makefile Fri Dec 22 19:52:19 1995 +*************** +*** 1,9 **** +! # @(#)Makefile 8.1 (Berkeley) 6/8/93 + + PROG= xroach +! MAN6= xroach.0 +! CFLAGS+= -I${.CURDIR}/bitmaps +! DPADD= ${LIBX} ${LIBM} +! LDADD= -lX11/X11 -lm + + .include <bsd.prog.mk> +--- 1,17 ---- +! # @(#)Makefile 8.1 (Berkeley) 5/31/93 + + PROG= xroach +! MAN6= xroach.6 +! +! DPADD+= ${X11BASE}/lib/libX11.a ${LIBM} +! CFLAGS+= -I${X11BASE}/include -I${.CURDIR}/bitmaps +! LDDESTDIR+= -L${X11BASE}/lib +! LDADD+= -lX11 -lm +! +! MANDIR= ${X11BASE}/man/man +! +! BINOWN= bin +! BINDIR= ${X11BASE}/bin +! BINMODE= 755 + + .include <bsd.prog.mk> diff --git a/games/xroach/pkg-comment b/games/xroach/pkg-comment new file mode 100644 index 000000000000..3c96dc53b1db --- /dev/null +++ b/games/xroach/pkg-comment @@ -0,0 +1 @@ +xroach - cockroaches hide under your windows diff --git a/games/xroach/pkg-descr b/games/xroach/pkg-descr new file mode 100644 index 000000000000..6d1ec6281358 --- /dev/null +++ b/games/xroach/pkg-descr @@ -0,0 +1,4 @@ +Xroach displays disgusting cockroaches on your root window. 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 000000000000..7a32acda634c --- /dev/null +++ b/games/xroach/pkg-plist @@ -0,0 +1,2 @@ +bin/xroach +man/man6/xroach.6.gz |