mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
487 B
Makefile
24 lines
487 B
Makefile
# New ports collection makefile for: Gnu Chess
|
|
# Date created: 04 July 1996
|
|
# Whom: markm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnuchess
|
|
PORTVERSION= 4.0.80
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gnuchess
|
|
DISTNAME= gnuchess-4.0.pl80
|
|
|
|
MAINTAINER= markm@FreeBSD.org
|
|
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
#CONFIGURE_SCRIPT= src/configure
|
|
#CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
|
|
MAN6= game.6 gnuan.6 gnuchess.6 postprint.6
|
|
|
|
.include <bsd.port.mk>
|