diff options
author | Mark Murray <markm@FreeBSD.org> | 1995-12-23 16:54:11 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1995-12-23 16:54:11 +0000 |
commit | 5d1b1b8426d956b0e446cc2e78c06aa36ca37e64 (patch) | |
tree | 9180faae9d9a7e49f075b3262dd162eee58cd682 /games/gnuchess/Makefile | |
parent | e1ebc19ac8d40b9c0980e80e62bfef56ca4c3f17 (diff) | |
download | ports-5d1b1b8426d956b0e446cc2e78c06aa36ca37e64.tar.gz ports-5d1b1b8426d956b0e446cc2e78c06aa36ca37e64.zip |
Notes
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> |