2003-07-31 02:20:33 +02:00
|
|
|
# New ports collection makefile for: xcheckers
|
|
|
|
# Date created: 25 January 2003
|
|
|
|
# Whom: Simon Barner <barner@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xcheckers
|
2005-03-07 10:57:48 +01:00
|
|
|
PORTVERSION= 2.2.3
|
2009-06-09 17:33:28 +02:00
|
|
|
PORTREVISION= 2
|
2003-07-31 02:20:33 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://arton.cunst.net/xcheckers/
|
|
|
|
|
2005-11-24 15:11:15 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-31 02:20:33 +02:00
|
|
|
COMMENT= A checkers game for X11
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext xpm
|
2003-07-31 02:20:33 +02:00
|
|
|
|
|
|
|
MAN6= xcheckers.6 simplech.6
|
|
|
|
|
|
|
|
# included by both imake and sh
|
|
|
|
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 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} 's:@LOCALBASE@:${LOCALBASE}:g' \
|
2003-07-31 02:20:33 +02:00
|
|
|
${WRKSRC}/xcheckers.src/xcheckers.man
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|