blob: 09bbc4313f2cd377961db4e2e32161ba6c0d3877 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: Gnu Chess
# Date created: 04 July 1996
# Whom: markm
#
# $FreeBSD$
#
PORTNAME= gnuchess
PORTVERSION= 5.04
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= chess
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= "Classic" Gnu Chess
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|