aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/chgrep/Makefile
blob: 9ee6db6dc6cebe9224f020924d3ef5cb54831620 (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
# Ports collection makefile for:        chgrep
# Date created:                 April 20, 2003
# Whom:                         Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   chgrep
PORTVERSION=    1.2.2
CATEGORIES= sysutils
MASTER_SITES=   http://www.bmk.bicom.pl/chgrep/
EXTRACT_SUFX=   .tgz

MAINTAINER= krion@FreeBSD.org
COMMENT=    Fast string substitution across multiple files

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       chgrep.1

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/chgrep \
        ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/man/chgrep.1 \
        ${MANPREFIX}/man/man1

.include <bsd.port.mk>