mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
fb6aa57be2
Submitted by: markm
22 lines
486 B
Makefile
22 lines
486 B
Makefile
# New ports collection makefile for: Gnu Chess
|
|
# Version required: 4.0pl77
|
|
# Date created: 04 July 1996
|
|
# Whom: markm
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/12/23 16:54:11 markm Exp $
|
|
#
|
|
|
|
DISTNAME= gnuchess-4.0.pl77
|
|
PKGNAME= gnuchess-4.0.77
|
|
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>
|