openbsd-ports/net/ipcad/Makefile
rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

36 lines
1020 B
Makefile

# $OpenBSD: Makefile,v 1.24 2018/01/11 19:27:05 rpe Exp $
# $RuOBSD: Makefile,v 1.1.1.1 2002/04/08 02:46:36 form Exp $
COMMENT= IP accounting daemon simulating Cisco ip accounting
DISTNAME= ipcad-3.7.3
REVISION= 3
CATEGORIES= net
HOMEPAGE= http://sourceforge.net/projects/ipcad/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c pcap pthread
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipcad/}
CONFIGURE_STYLE= gnu
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/ipcad ${PREFIX}/sbin
${INSTALL_MAN} ${WRKBUILD}/ipcad.8 ${PREFIX}/man/man8
${INSTALL_MAN} ${WRKBUILD}/ipcad.conf.5 ${PREFIX}/man/man5
perl -pi -e 's:%%SYSCONFDIR%%:${SYSCONFDIR}:' \
${PREFIX}/man/man5/ipcad.conf.5
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ipcad
${INSTALL_DATA} ${WRKDIST}/ipcad.conf.default \
${PREFIX}/share/examples/ipcad/ipcad.conf.default
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ipcad
.for f in AUTHORS BUGS COPYING README
${INSTALL_DATA} ${WRKDIST}/${f} ${PREFIX}/share/doc/ipcad
.endfor
.include <bsd.port.mk>