aboutsummaryrefslogtreecommitdiffstats
path: root/games/awele/Makefile
blob: e12a0a86da8221ad34c4f044d459a33c76dc4d36 (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:    awele
# Date created:     01 May 1998
# Whom:         Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   awele
PORTVERSION=    1.0
CATEGORIES= games tk82
MASTER_SITES=   http://www-air.inria.fr/ftp/Jean-Paul/
DISTNAME=   ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= tg@FreeBSD.org

LIB_DEPENDS=    tk82.1:${PORTSDIR}/x11-toolkits/tk82

USE_IMAKE=  yes
NO_INSTALL_MANPAGES=    yes
MAN6=       xawele.6

post-patch:
    @/usr/bin/perl -pi -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile

post-install:
    ${INSTALL_DATA} ${WRKSRC}/xawele.man ${PREFIX}/man/man6/xawele.6

.include <bsd.port.mk>