summaryrefslogtreecommitdiff
path: root/games/greed/Makefile
diff options
context:
space:
mode:
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>