2010-11-20 17:22:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/11/20 17:22:42 espie Exp $
|
2001-03-28 19:35:25 +00:00
|
|
|
|
2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= RADIUS log file analysis tool
|
2000-06-12 17:13:47 +00:00
|
|
|
|
2000-08-10 05:52:14 +00:00
|
|
|
DISTNAME= radiusreport-0.3b6
|
2010-11-20 17:22:40 +00:00
|
|
|
REVISION = 0
|
2000-08-10 05:52:14 +00:00
|
|
|
CATEGORIES= sysutils
|
2001-06-04 17:23:08 +00:00
|
|
|
MASTER_SITES= http://www.pgregg.com/projects/radiusreport/
|
2000-08-29 17:52:31 +00:00
|
|
|
EXTRACT_SUFX= .tar
|
|
|
|
|
2001-06-04 17:23:08 +00:00
|
|
|
HOMEPAGE= http://www.pgregg.com/projects/radiusreport/
|
2000-06-12 17:13:47 +00:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-08-10 05:52:14 +00:00
|
|
|
NO_BUILD= Yes
|
2001-11-13 20:14:39 +00:00
|
|
|
NO_REGRESS= Yes
|
2004-02-01 20:34:21 +00:00
|
|
|
PKG_ARCH= *
|
2000-06-12 17:13:47 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-08-10 05:52:14 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/radiusreport-0.3b6 \
|
|
|
|
${PREFIX}/bin/radiusreport
|
2000-06-12 17:13:47 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/radiusreport
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/radiusreport
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|