sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

38 lines
950 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/07/12 22:07:37 sthen Exp $
COMMENT= aggregation-based network traffic profiler
DISTNAME= aguri-0.7
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://www.csl.sony.co.jp/person/kjc/software.html
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
do-configure:
@perl -pi -e 's,/usr/local,${PREFIX},' ${WRKDIST}/scripts/*
@perl -pi -e 's,lib/aguri,bin,' ${WRKDIST}/scripts/*
@perl -pi -e 's,\.pl,,' ${WRKDIST}/scripts/*
post-install:
.for script in agurify.pl density.pl makeplot.pl makeimages.pl
${INSTALL_SCRIPT} ${WRKDIST}/scripts/${script} \
${PREFIX}/bin/${script:R}
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/aguri
${INSTALL_DATA} ${WRKDIST}/scripts/README ${PREFIX}/share/doc/aguri
NO_REGRESS= Yes
.include <bsd.port.mk>