summaryrefslogtreecommitdiff
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 00000000000..3a2744ffa8e
--- /dev/null
+++ b/games/xboard/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/14 00:20:49 simonb Exp $
+#
+
+DISTNAME= xboard-4.0.2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
+
+MAINTAINER= simonb@NetBSD.ORG
+
+GNU_CONFIGURE= yes
+USE_PERL5= yes
+USE_X11= yes
+
+.include "../../mk/bsd.pkg.mk"