summaryrefslogtreecommitdiff
path: root/games/xmille/Makefile
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1994-12-31 05:34:27 +0000
committerSteven Wallace <swallace@FreeBSD.org>1994-12-31 05:34:27 +0000
commit7570343cac8e02f32372145530a547b03b02c471 (patch)
treecab88d088d1881fa7de60933d405ff582bbec5f0 /games/xmille/Makefile
parentUsed INSTALL_MANPAGES= yes (diff)
port of xmille - X window mille bourne game
Notes
Notes: svn path=/head/; revision=655
Diffstat (limited to 'games/xmille/Makefile')
-rw-r--r--games/xmille/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile
new file mode 100644
index 000000000000..d304a2b8fac6
--- /dev/null
+++ b/games/xmille/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: xmille
+# Version required: 2.0
+# Date created: 30 Dec 1994
+# Whom: swallace
+#
+# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
+#
+
+DISTNAME= xmille
+MASTER_SITES= ftp://gatekeeper.dec.com/.b/X11-contrib/
+USE_IMAKE= yes
+INSTALL_MANPAGES= yes
+EXTRACT_SUFX= .tar.Z
+NO_WRKSUBDIR= yes
+
+.include <bsd.port.mk>