mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to v3.4
This commit is contained in:
parent
e775fd2c3a
commit
06c5c3f70d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2914
4 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
||||||
# New ports collection makefile for: xboard
|
# New ports collection makefile for: xboard
|
||||||
# Version required: 3.2 patchlevel 0
|
# Version required: 3.4 patchlevel 0
|
||||||
# Date created: 2 Jan 1995
|
# Date created: 2 Jan 1995
|
||||||
# Whom: swallace
|
# Whom: swallace
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.3 1995/04/01 12:45:09 jkh Exp $
|
# $Id: Makefile,v 1.4 1995/04/11 00:20:24 asami Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= xboard-3.2.pl0
|
DISTNAME= xboard-3.4.pl0
|
||||||
PKGNAME= xboard-3.2.0
|
PKGNAME= xboard-3.4.0
|
||||||
CATEGORIES+= games
|
CATEGORIES+= games
|
||||||
MASTER_SITES= ftp://ftp.x.org/contrib/games/
|
MASTER_SITES= ftp://ftp.x.org/contrib/games/
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
STRIP=
|
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (xboard-3.2.pl0.tar.gz) = 1f25a0a0719aef42f5cf55ced12868b2
|
MD5 (xboard-3.4.pl0.tar.gz) = fcfb5acd0a7f2f93c19301128019dd6e
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
xboard 3.2
|
|
||||||
|
|
||||||
Xboard is a graphical chessboard that can serve as a user interface for GNU
|
Xboard is a graphical chessboard that can serve as a user interface for GNU
|
||||||
Chess, for the Internet Chess Server, or for electronic mail correspondence
|
Chess, for the Internet Chess Server, or for electronic mail correspondence
|
||||||
chess. xboard can also be used by itself.
|
chess. xboard can also be used by itself.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
@cwd /usr/local
|
@cwd /usr/local
|
||||||
bin/xboard
|
bin/xboard
|
||||||
bin/cmail
|
bin/cmail
|
||||||
|
bin/pxboard
|
||||||
man/man6/xboard.6
|
man/man6/xboard.6
|
||||||
man/man6/cmail.6
|
man/man6/cmail.6
|
||||||
|
info/xboard.info
|
||||||
|
|
Loading…
Add table
Reference in a new issue