summaryrefslogtreecommitdiff
path: root/games/greed/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 05:24:31 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 05:24:31 +0000
commitcba19b1b911dc59caa4fa56fd3c3707cd2d546e0 (patch)
tree2caacbdc081fab680c73f7b2235614f7123d9a95 /games/greed/Makefile
parentAdd wmfishtime 1.1, a time/date applet for WindowMaker with fishes (diff)
Add greed 3.3, a text puzzle game with the aim of clearing the game
field. PR: 26294 Submitted by: Mark Pulford «mark@kyne.com.au>
Notes
Notes: svn path=/head/; revision=41001
Diffstat (limited to 'games/greed/Makefile')
-rw-r--r--games/greed/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/greed/Makefile b/games/greed/Makefile
new file mode 100644
index 000000000000..c2bbf76842f1
--- /dev/null
+++ b/games/greed/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: greed
+# Date created: Apr 2, 2001
+# Whom: Mark Pulford «mark@kyne.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= greed
+PORTVERSION= 3.3
+CATEGORIES= games
+MASTER_SITES= http://www.tuxedo.org/~esr/greed/
+
+MAINTAINER= mark@kyne.com.au
+
+ALL_TARGET= greed
+MAN6= greed.6
+
+do-install:
+ ${INSTALL_PROGRAM} -m 2555 -o root -g games ${WRKSRC}/greed ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/greed.6 ${PREFIX}/man/man6
+ ${SH} pkg-install ${PKGNAME} POST-INSTALL
+
+.include <bsd.port.mk>