diff options
author | asami <asami@FreeBSD.org> | 1996-07-12 11:08:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-12 11:08:40 +0000 |
commit | 2f21b3a17ee2cc6624b2c8bc4f7954071816920c (patch) | |
tree | 2c0a6e1cebc54420c280da1501ce587bdc0fbecc /games | |
parent | 4b6c201dbe9d29bf29284daf3c496df5f64f6ee1 (diff) | |
download | FreeBSD-ports-2f21b3a17ee2cc6624b2c8bc4f7954071816920c.zip FreeBSD-ports-2f21b3a17ee2cc6624b2c8bc4f7954071816920c.tar.gz |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/Makefile | 18 | ||||
-rw-r--r-- | games/xboard/distinfo | 2 | ||||
-rw-r--r-- | games/xboard/pkg-comment | 2 | ||||
-rw-r--r-- | games/xboard/pkg-plist | 1 |
4 files changed, 15 insertions, 8 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index cb45954..7c2649c 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,17 +1,25 @@ # New ports collection makefile for: xboard -# Version required: 3.4 patchlevel 0 +# Version required: 3.4 patchlevel 1 # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.4 1995/04/11 00:20:24 asami Exp $ +# $Id: Makefile,v 1.5 1996/03/30 17:05:46 markm Exp $ # -DISTNAME= xboard-3.4.pl0 -PKGNAME= xboard-3.4.0 +DISTNAME= xboard-3.4.pl1 +PKGNAME= xboard-3.4.1 CATEGORIES+= games -MASTER_SITES= ftp://ftp.x.org/contrib/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> diff --git a/games/xboard/distinfo b/games/xboard/distinfo index 8642865..12bd448 100644 --- a/games/xboard/distinfo +++ b/games/xboard/distinfo @@ -1 +1 @@ -MD5 (xboard-3.4.pl0.tar.gz) = fcfb5acd0a7f2f93c19301128019dd6e +MD5 (xboard-3.4.pl1.tar.gz) = 3c6afc087bc83888494038597baf9d1e diff --git a/games/xboard/pkg-comment b/games/xboard/pkg-comment index e87342a..79018bf 100644 --- a/games/xboard/pkg-comment +++ b/games/xboard/pkg-comment @@ -1 +1 @@ -xboard, X user interface for GNU Chess and the Internet Chess Server +X frontend for GNU Chess and the Internet Chess Server diff --git a/games/xboard/pkg-plist b/games/xboard/pkg-plist index a026d94..b53164b 100644 --- a/games/xboard/pkg-plist +++ b/games/xboard/pkg-plist @@ -1,4 +1,3 @@ -@cwd /usr/local bin/xboard bin/cmail bin/pxboard |