diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-01-20 20:10:25 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-01-20 20:10:25 +0000 |
commit | 0aea81182c360bee7f32957d64192b0498729540 (patch) | |
tree | d768aeed3213024d940fc48ca343cddcc234b2ea /games/xboard | |
parent | ff9aa2e3ffcfd66885c2318fac107e97cf819232 (diff) | |
download | ports-0aea81182c360bee7f32957d64192b0498729540.tar.gz ports-0aea81182c360bee7f32957d64192b0498729540.zip |
Notes
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 22 | ||||
-rw-r--r-- | games/xboard/distinfo | 2 | ||||
-rw-r--r-- | games/xboard/pkg-plist | 2 |
3 files changed, 14 insertions, 12 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index d48957a1f09f..9215b7bbdbba 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: xboard -# Version required: 3.4 patchlevel 1 -# Date created: 2 Jan 1995 -# Whom: swallace +# Version required: 3.5.0 +# Date created: 5 Jan 1997 +# Whom: xaa@stack.nl # -# $Id: Makefile,v 1.7 1996/11/18 10:23:28 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/18 13:58:56 asami Exp $ # -DISTNAME= xboard-3.4.pl1 -PKGNAME= xboard-3.4.1 +DISTNAME= xboard-3.5.0 +PKGNAME= xboard-3.5.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= markm@FreeBSD.ORG -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf +#BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} STRIP= -MAN6= xboard.6 cmail.6 +MAN6= xboard.6 cmail.6 zic2xpm.6 -pre-configure: - cd ${WRKSRC}; autoconf; autoheader +#pre-configure: +# cd ${WRKSRC}; autoconf; autoheader .include <bsd.port.mk> diff --git a/games/xboard/distinfo b/games/xboard/distinfo index 12bd44825043..7f83670f189f 100644 --- a/games/xboard/distinfo +++ b/games/xboard/distinfo @@ -1 +1 @@ -MD5 (xboard-3.4.pl1.tar.gz) = 3c6afc087bc83888494038597baf9d1e +MD5 (xboard-3.5.0.tar.gz) = ee2ab16186e557997cb031e5d2de544e diff --git a/games/xboard/pkg-plist b/games/xboard/pkg-plist index 8e6390d1ccfa..b5d0a238756b 100644 --- a/games/xboard/pkg-plist +++ b/games/xboard/pkg-plist @@ -1,6 +1,8 @@ bin/xboard bin/cmail bin/pxboard +bin/zic2xpm man/man6/xboard.6.gz man/man6/cmail.6.gz +man/man6/zic2xpm.6.gz info/xboard.info |