aboutsummaryrefslogtreecommitdiffstats
path: root/games/awele/Makefile
blob: cf111f7c4352416110c538255bb7ddc24967adb4 (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
30
31
32
33
34
35
# New ports collection makefile for:    awele
# Date created:     01 May 1998
# Whom:         Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   awele
PORTVERSION=    1.0
PORTREVISION=   2
CATEGORIES= games tk
MASTER_SITES=   http://www-air.inria.fr/ftp/Jean-Paul/ \
        ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTFILES=  ${PORTNAME}1.0.tgz

MAINTAINER= tg@FreeBSD.org
COMMENT=    An african board game

USE_TCL_BUILD=  84
USE_TK_BUILD=   ${USE_TCL_BUILD}
WRKSRC=     ${WRKDIR}/awele
USE_IMAKE=  yes
MAN6=       xawele.6
PLIST_FILES=    bin/awelewish bin/xawele

post-patch:
    ${REINPLACE_CMD} -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile

post-install:
    @${ECHO_CMD} ""
    @${ECHO_CMD} "Use xawele to start awele"
    @${ECHO_CMD} ""

.include <bsd.port.mk>