mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
30 lines
859 B
Makefile
30 lines
859 B
Makefile
# Created by: Lev Walkin <vlm@lionet.info>
|
|
# $FreeBSD: head/net-mgmt/ipcad/Makefile 382150 2015-03-24 18:19:23Z marino $
|
|
|
|
PORTNAME= ipcad
|
|
PORTVERSION= 3.7.3
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES+= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
MASTER_SITES+= http://ipcad.sourceforge.net/
|
|
MASTER_SITES+= http://lionet.info/soft/
|
|
|
|
MAINTAINER= vlm@lionet.info
|
|
COMMENT= IP accounting daemon with Cisco-like RSH and NetFlow export
|
|
|
|
USE_RC_SUBR= ipcad
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g; \
|
|
s|pthread_detach|pthread_create|g'\
|
|
${WRKSRC}/configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ipcad
|
|
${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
|
${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|