mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
20 lines
323 B
Makefile
20 lines
323 B
Makefile
# New ports collection makefile for: Gnu Chess
|
|
# Date created: 04 July 1996
|
|
# Whom: markm
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnuchess
|
|
PORTVERSION= 5.05
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= chess
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/chess
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|