aboutsummaryrefslogtreecommitdiffstats
path: root/games/xboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xboard/Makefile')
-rw-r--r--games/xboard/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
new file mode 100644
index 000000000000..7e4cd8e5dfad
--- /dev/null
+++ b/games/xboard/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: xboard
+# Version required: 3.2 patchlevel 0
+# Date created: 2 Jan 1995
+# Whom: swallace
+#
+# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $
+#
+
+DISTNAME= xboard-3.2.pl0
+MASTER_SITES= ftp://ftp.x.org/contrib/games/
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+.include <bsd.port.mk>