summaryrefslogtreecommitdiff
path: root/games/xshogi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-2/+2
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
|
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Change MAINTAINER address from nacai@iname.comYukihiro Nakai2000-01-071-1/+1
| | | | to nakai@FreeBSD.org
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
|
* Change maitainer's email address,Vanilla I. Shu1999-01-122-8/+6
| | | | and BROKEN some gnome ports until I upgrade it.
* Respect system CFLAGS. (remove -m486 for alpha)Hidetoshi Shimokawa1999-01-101-1/+1
|
* Fix for ELF build.Steve Price1998-09-281-4/+7
|
* Remove manpages defined in MAN? macros in games' Makefiles.Satoshi Asami1998-08-131-1/+0
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Have manpage go into man6 as the manpage says.David E. O'Brien1997-01-033-84/+56
| | | | Remove hardcodings of /usr/local and /usr/X11R6
* X frontend to GNU shogi. Closes PR 1886/2028.Satoshi Asami1996-11-177-0/+133
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>