blob: e25e6f6030ba8b0393be3dc0a3e932f263efca2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: xcheckers
# Date created: 25 January 2003
# Whom: Simon Barner <barner@gmx.de>
#
# $FreeBSD$
#
PORTNAME= xcheckers
PORTVERSION= 2.2
CATEGORIES= games
MASTER_SITES= http://arton.cunst.net/xcheckers/
MAINTAINER= barner@FreeBSD.org
COMMENT= A checkers game for X11
USE_IMAKE= yes
USE_REINPLACE= 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>
|