33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
30 lines
620 B
Makefile
30 lines
620 B
Makefile
# New ports collection makefile for: xcheckers
|
|
# Date created: 25 January 2003
|
|
# Whom: Simon Barner <barner@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcheckers
|
|
PORTVERSION= 2.2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://arton.cunst.net/xcheckers/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A checkers game for X11
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext xpm
|
|
|
|
MAN6= xcheckers.6 simplech.6
|
|
|
|
# included by both imake and sh
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/^#/d' ${WRKSRC}/Local.config
|
|
|
|
pre-install:
|
|
@${REINPLACE_CMD} 's:@LOCALBASE@:${LOCALBASE}:g' \
|
|
${WRKSRC}/xcheckers.src/xcheckers.man
|
|
|
|
.include <bsd.port.mk>
|