aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipcad/Makefile
blob: 237e54a0190b9f381c24103792339e78594ce22f (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
# New ports collection makefile for:    ipcad
# Date created:             15 April 2001
# Whom:                 Lev Walkin <vlm@spelio.net.ru>
#
# $FreeBSD$
#

PORTNAME=   ipcad
PORTVERSION=    3.4.5
CATEGORIES= net-mgmt
MASTER_SITES=   http://ipcad.sourceforge.net/   \
        http://www.spelio.net.ru/soft/

MAINTAINER= vlm@lionet.info
COMMENT=    IP accounting daemon with Cisco-like RSH and NetFlow export modes

MANCOMPRESSED=  no
MAN5=   ipcad.conf.5
MAN8=   ipcad.8
USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
        s|/usr/local|${PREFIX}|g' ${WRKSRC}/configure

post-install:
    @${STRIP_CMD} ${PREFIX}/bin/ipcad
    @${SED} -e "s=!!PREFIX!!=${PREFIX}=g" \
        < ${FILESDIR}/ipcad.sh.tmpl \
        > ${PREFIX}/etc/rc.d/ipcad.sh
    @${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/etc/rc.d/ipcad.sh
    ${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${PREFIX}/man/man8
    ${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${PREFIX}/man/man5
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>