openbsd-ports/sysutils/radiusreport/Makefile

29 lines
701 B
Makefile
Raw Normal View History

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