summaryrefslogtreecommitdiff
path: root/misc/grc/Makefile
blob: bbba0e81f1f63fb089930283820b171e62614d89 (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
36
37
38
39
40
41
42
# ex:ts=8
# New ports collection makefile for:	grc
# Date created:			Mar 25, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	grc
PORTVERSION=	1.0.1
CATEGORIES=	misc
MASTER_SITES=	http://melkor.dnp.fmph.uniba.sk/~garabik/grc/
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ijliao@FreeBSD.org

USE_PYTHON=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD=	yes

MAN1=	grc.1 grcat.1

post-patch:
.for file in grc grcat
	@${PERL} -pi -e "s|%%PYTHON_CMD%%|${PYTHON_CMD}|g ; \
		s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
.endfor

do-install:
.for file in grc grcat ${MAN1}
	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor

.for file in ${MAN1}
	${INSTALL_MAN} ${WRKSRC}/${file} ${MAN1PREFIX}/man/man1
.endfor
	${MKDIR} ${PREFIX}/share/grc
	${CP} ${WRKSRC}/conf.* ${PREFIX}/share/grc
	${CP} ${WRKSRC}/grc.conf ${PREFIX}/etc/grc.conf

.include <bsd.port.mk>