blob: eea3112d73e92c0913754ce5843490ec4a88f4f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: Gnu Chess
# Version required: 4.0pl79
# Date created: 04 July 1996
# Whom: markm
#
# $Id: Makefile,v 1.5 1998/12/28 22:55:34 mph Exp $
#
DISTNAME= gnuchess-4.0.pl79
PKGNAME= gnuchess-4.0.79
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnuchess
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>
|