2013-06-28 21:48:59 +00:00
|
|
|
# Created by: Simon Barner <barner@gmx.de>
|
2003-07-31 00:20:33 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xcheckers
|
2005-03-07 09:57:48 +00:00
|
|
|
PORTVERSION= 2.2.3
|
2009-06-09 15:33:28 +00:00
|
|
|
PORTREVISION= 2
|
2003-07-31 00:20:33 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://arton.cunst.net/xcheckers/
|
|
|
|
|
2005-11-24 14:11:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-28 21:48:59 +00:00
|
|
|
COMMENT= Checkers game for X11
|
2003-07-31 00:20:33 +00:00
|
|
|
|
2013-06-28 21:48:59 +00:00
|
|
|
USES= imake
|
2009-06-09 15:33:28 +00:00
|
|
|
USE_XORG= x11 xext xpm
|
2003-07-31 00:20:33 +00:00
|
|
|
|
|
|
|
MAN6= xcheckers.6 simplech.6
|
|
|
|
|
|
|
|
# included by both imake and sh
|
2013-09-20 17:36:33 +00:00
|
|
|
NO_STAGE= yes
|
2003-07-31 00:20:33 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/^#/d' ${WRKSRC}/Local.config
|
|
|
|
|
|
|
|
pre-install:
|
- 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
|
|
|
@${REINPLACE_CMD} 's:@LOCALBASE@:${LOCALBASE}:g' \
|
2003-07-31 00:20:33 +00:00
|
|
|
${WRKSRC}/xcheckers.src/xcheckers.man
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|