summaryrefslogtreecommitdiff
path: root/games/gnuchess/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1995-12-23 16:54:11 +0000
committerMark Murray <markm@FreeBSD.org>1995-12-23 16:54:11 +0000
commit5d1b1b8426d956b0e446cc2e78c06aa36ca37e64 (patch)
tree9180faae9d9a7e49f075b3262dd162eee58cd682 /games/gnuchess/Makefile
parentGet these entries in alphabetical order... (diff)
Latest version of Gnu Chess. Now we can kick the ancient (Ca. 1989)
version out of the source tree.
Notes
Notes: svn path=/head/; revision=2584
Diffstat (limited to 'games/gnuchess/Makefile')
-rw-r--r--games/gnuchess/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
new file mode 100644
index 000000000000..158e6a9abf77
--- /dev/null
+++ b/games/gnuchess/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: Gnu Chess
+# Version required: 4.0pl75
+# Date created: 22 December 1995
+# Whom: markm
+#
+# $Id$
+#
+
+DISTNAME= gnuchess-4.0.pl75
+PKGNAME= gnuchess-4.0.75
+CATEGORIES+= games
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+
+MAINTAINER= markm@FreeBSD.ORG
+
+HAS_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+#CONFIGURE_SCRIPT= src/configure
+#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
+
+.include <bsd.port.mk>