30 lines
734 B
Makefile
30 lines
734 B
Makefile
# $OpenBSD: Makefile,v 1.9 2003/08/22 16:04:03 pvalchev Exp $
|
|
BROKEN= "bogus code"
|
|
|
|
COMMENT= "pcap based IP traffic monitor"
|
|
|
|
DISTNAME= ipband-0.7.2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://ipband.sourceforge.net/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
NO_REGRESS= Yes
|
|
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ipband ${PREFIX}/bin/ipband
|
|
${INSTALL_DATA} ${WRKSRC}/ipband.1 ${PREFIX}/man/man1/ipband.1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ipband/
|
|
${INSTALL_DATA} ${WRKSRC}/ipband.sample.conf \
|
|
${PREFIX}/share/examples/ipband/ipband.sample.conf
|
|
|
|
.include <bsd.port.mk>
|