summaryrefslogtreecommitdiff
path: root/games/yahtzee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/yahtzee/Makefile')
-rw-r--r--games/yahtzee/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/yahtzee/Makefile b/games/yahtzee/Makefile
new file mode 100644
index 000000000000..35d593763ffe
--- /dev/null
+++ b/games/yahtzee/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: yahtzee
+# Version required: 1.0
+# Date created: Friday 4th July, 1997
+# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
+# FreeBSD Version: 2.2.1-RELEASE
+#
+# $Id$
+#
+
+DISTNAME= yahtzee-src
+PKGNAME= yahtzee-1.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= games/strategy
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= sutton@aardvark.apana.org.au
+
+WRKSRC= ${WRKDIR}/yahtzee
+
+# Distribution does not include an install target. So here it is.
+#
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/yahtzee ${PREFIX}/bin/
+ ${MKDIR} -m 0777 ${PREFIX}/lib/yahtzee/
+ ${INSTALL_DATA} -m 0777 /dev/null ${PREFIX}/lib/yahtzee/yahtzee.sco
+
+.include <bsd.port.mk>
+