2003-07-31 00:20:33 +00:00
|
|
|
# New ports collection makefile for: xcheckers
|
|
|
|
# Date created: 25 January 2003
|
|
|
|
# Whom: Simon Barner <barner@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xcheckers
|
2005-03-07 09:57:48 +00:00
|
|
|
PORTVERSION= 2.2.3
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
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
|
2003-07-31 00:20:33 +00:00
|
|
|
COMMENT= A checkers game for X11
|
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
|
|
|
MAN6= xcheckers.6 simplech.6
|
|
|
|
|
|
|
|
# included by both imake and sh
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/^#/d' ${WRKSRC}/Local.config
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${REINPLACE_CMD} 's:@X11BASE@:${X11BASE}:g' \
|
|
|
|
${WRKSRC}/xcheckers.src/xcheckers.man
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|