2004-03-20 07:17:43 +01:00
|
|
|
# New ports collection makefile for: xshogi
|
1996-11-17 12:53:34 +01:00
|
|
|
# Date created: 20 October 1996
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1996-11-17 12:53:34 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xshogi
|
2004-03-20 07:17:43 +01:00
|
|
|
PORTVERSION= ${GNUSHOGI_PORTVERSION}
|
1999-01-12 17:51:33 +01:00
|
|
|
CATEGORIES= games
|
2004-03-20 07:17:43 +01:00
|
|
|
MASTER_SITES= ${GNUSHOGI_MASTER_SITES}
|
|
|
|
MASTER_SITE_SUBDIR= ${GNUSHOGI_MASTER_SITE_SUBDIR}
|
|
|
|
DISTNAME= ${GNUSHOGI_DISTNAME}
|
1996-11-17 12:53:34 +01:00
|
|
|
|
2011-10-16 19:11:57 +02:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The Japanese chess-like game for X Window System
|
1996-11-17 12:53:34 +01:00
|
|
|
|
2004-03-20 07:17:43 +01:00
|
|
|
RUN_DEPENDS= gnushogi:${PORTSDIR}/games/gnushogi
|
|
|
|
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/xshogi
|
1996-11-17 12:53:34 +01:00
|
|
|
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= xt xaw x11
|
2004-03-20 07:17:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-10-16 19:11:57 +02:00
|
|
|
USE_CSTD= gnu99
|
2004-03-20 07:17:43 +01:00
|
|
|
|
1997-01-03 10:27:10 +01:00
|
|
|
MAN6= xshogi.6
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/xshogi
|
1997-01-03 10:27:10 +01:00
|
|
|
|
2004-03-20 07:17:43 +01:00
|
|
|
.include "${.CURDIR}/../../games/gnushogi/Makefile.common"
|
|
|
|
.include <bsd.port.pre.mk>
|
1996-11-17 12:53:34 +01:00
|
|
|
|
2004-03-20 07:17:43 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xshogi/xshogi ${PREFIX}/bin/xshogi
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/xshogi.6 ${MANPREFIX}/man/man6/xshogi.6
|
1996-11-17 12:53:34 +01:00
|
|
|
|
2004-03-20 07:17:43 +01:00
|
|
|
.include <bsd.port.post.mk>
|