2013-09-20 17:36:33 +00:00
|
|
|
# Created by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xshogi
|
2014-02-19 19:43:17 +00:00
|
|
|
PORTVERSION= 1.4.2
|
1999-01-12 16:51:33 +00:00
|
|
|
CATEGORIES= games
|
2014-02-19 19:43:17 +00:00
|
|
|
MASTER_SITES= GNU
|
|
|
|
MASTER_SITE_SUBDIR= gnushogi
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2011-10-16 17:11:57 +00:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2014-02-19 19:43:17 +00:00
|
|
|
COMMENT= Japanese chess-like game for X Window System
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2004-03-20 06:17:43 +00:00
|
|
|
RUN_DEPENDS= gnushogi:${PORTSDIR}/games/gnushogi
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= xt xaw x11
|
2004-03-20 06:17:43 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-01-03 09:27:10 +00:00
|
|
|
|
2014-02-19 19:43:17 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2014-02-19 19:43:17 +00:00
|
|
|
PORTDOCS= README.xboard BUGS
|
|
|
|
PLIST_FILES= bin/xshogi man/man6/xshogi.6.gz
|
1996-11-17 11:53:34 +00:00
|
|
|
|
2014-02-19 19:43:17 +00:00
|
|
|
.include <bsd.port.mk>
|