sthen 691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00

36 lines
1022 B
Makefile

# $OpenBSD: Makefile,v 1.23 2015/10/08 21:19:22 sthen 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= 2
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>