diff options
Diffstat (limited to 'games/gnuchess/Makefile')
-rw-r--r-- | games/gnuchess/Makefile | 21 |
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> |