aboutsummaryrefslogtreecommitdiffstats
path: root/games/xshogi
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing distinfoantoine2014-03-151-0/+2
| | | | With hat: portmgr
* - Update gnushogi/xshogi to 1.4.2johans2014-02-202-20/+10
| | | | - No longer use a common Makefile
* Enable stage supportjohans2013-12-291-5/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | games)
* - Update gnushogi/xshogi to 1.3.2johans2011-10-172-2/+21
| | | | | - Grab maintainership - Update MASTER_SITES, add WWW
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to version 1.3krion2004-03-204-87/+16
| | | | | PR: ports/64468 Submitted by: Ports Fury
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* SIZEify.trevor2004-01-291-0/+1
|
* Reset maintainer on ports owned by the following committers who havekris2003-11-031-1/+1
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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'.obrien2001-06-011-1/+1
|
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-3/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Change MAINTAINER address from nacai@iname.comnakai2000-01-071-1/+1
| | | | to nakai@FreeBSD.org
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-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.fenner1999-01-271-1/+2
|
* Change maitainer's email address,vanilla1999-01-132-8/+6
| | | | and BROKEN some gnome ports until I upgrade it.
* Respect system CFLAGS. (remove -m486 for alpha)simokawa1999-01-101-1/+1
|
* Fix for ELF build.steve1998-09-281-4/+7
|
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-1/+0
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-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.obrien1997-01-033-84/+56
| | | | Remove hardcodings of /usr/local and /usr/X11R6
* X frontend to GNU shogi. Closes PR 1886/2028.asami1996-11-177-0/+133
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>