mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
efc3695e3c
the 1,347 line patch is gone! Submitted by: markm
26 lines
555 B
Makefile
26 lines
555 B
Makefile
# 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>
|