summaryrefslogtreecommitdiff
path: root/games/xboard/Makefile
blob: d48957a1f09ff53bdad1128cbb72351dc01dde77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    xboard
# Version required:     3.4 patchlevel 1
# Date created:         2 Jan 1995
# Whom:                 swallace
#
# $Id: Makefile,v 1.7 1996/11/18 10:23:28 asami Exp $
#

DISTNAME=       xboard-3.4.pl1
PKGNAME=	xboard-3.4.1
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_GNU}

MAINTAINER=	markm@FreeBSD.ORG

BUILD_DEPENDS=  autoconf:${PORTSDIR}/devel/autoconf

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=
MAN6=		xboard.6 cmail.6

pre-configure:
	cd ${WRKSRC}; autoconf; autoheader

.include <bsd.port.mk>