aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/logtool-devel/Makefile
blob: f5eda995ac39ac915230a525027340f80d03342c (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
# New ports collection makefile for:    logtool
# Date created:     Dec 30, 2000
# Whom:             Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   logtool
PORTVERSION=    1.0.2
CATEGORIES= sysutils
MASTER_SITES=   http://users.digitex.net/~max/

MAINTAINER= ijliao@csie.nctu.edu.tw

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

USE_GMAKE=  yes
ALL_TARGET= build

.if defined(NOPORTDOCS)
NODOCS=     "@comment "
.endif

PLIST_SUB=  NOPORTDOCS=${NODOCS}

post-patch:
    @${PERL} -pi -e "s|make|${GMAKE}|g" ${WRKSRC}/Makefile
.for file in logtool/Makefile logtail/Makefile
    @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
.endfor
    @${PERL} -pi -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/logtool/config.h

post-install:
.if !defined(NOPORTDOCS)
    @${ECHO_MSG} "===>   Installing logtool docs in ${PREFIX}/share/doc/logtool"
    @${MKDIR} ${PREFIX}/share/doc/logtool && ${CHMOD} a+rx ${PREFIX}/share/doc/logtool
    @${CP} -r ${WRKSRC}/doc/* ${PREFIX}/share/doc/logtool
.endif

.include <bsd.port.mk>