blob: 9a8151929e7e6ad3ff879813a42f8ebc0bf5e1d5 (
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.6 1996/07/12 11:07:20 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=
pre-configure:
cd ${WRKSRC}; autoconf; autoheader
.include <bsd.port.mk>
|