3e4ed01146
- 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)
29 lines
597 B
Makefile
29 lines
597 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= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://arton.cunst.net/xcheckers/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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:@LOCALBASE@:${LOCALBASE}:g' \
|
|
${WRKSRC}/xcheckers.src/xcheckers.man
|
|
|
|
.include <bsd.port.mk>
|