mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
5d1b1b8426
version out of the source tree.
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# 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>
|