freebsd-ports/games/xboard/Makefile
Satoshi Asami efc3695e3c Upgrade, 3.4.0 -> 3.4.1. Note this now BUILD_DEPENDS on autoconf, and
the 1,347 line patch is gone!

Submitted by:	markm
1996-07-12 11:08:40 +00:00

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>