mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
28 lines
546 B
Makefile
28 lines
546 B
Makefile
# Created by: 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= Checkers game for X11
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext xpm
|
|
|
|
MAN6= xcheckers.6 simplech.6
|
|
|
|
# included by both imake and sh
|
|
NO_STAGE= yes
|
|
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>
|