summaryrefslogtreecommitdiff
path: root/games/xboard/Makefile
blob: 7c2649c346106127dda197ad5950e7ff7636cbd6 (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
# New ports collection makefile for:    xboard
# Version required:     3.4 patchlevel 1
# Date created:         2 Jan 1995
# Whom:                 swallace
#
# $Id: Makefile,v 1.5 1996/03/30 17:05:46 markm Exp $
#

DISTNAME=       xboard-3.4.pl1
PKGNAME=	xboard-3.4.1
CATEGORIES+=	games
MASTER_SITES=	ftp://prep.ai.mit.edu/pub/gnu/

MAINTAINER=	markm@FreeBSD.ORG

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

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=

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

.include <bsd.port.mk>