freebsd-ports/net/radreport/Makefile
Steve Price 79a01ec558 Initial import of radreport version 1.3.
A Perl script for processing radius logs.

PR:		14462
Submitted by:	Kelly Yancey <kbyanc@posi.net>
1999-11-26 20:19:04 +00:00

28 lines
542 B
Makefile

# New ports collection makefile for: radreport
# Version required: 1.3
# Date created: 10/22/1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
DISTNAME= radreport
PKGNAME= radreport-1.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.livingston.com/pub/le/contrib/radius/
EXTRACT_SUFX=
MAINTAINER= kbyanc@posi.net
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-extract:
@${MKDIR} ${WRKDIR}
@for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done
do-install:
@${INSTALL_DATA} ${WRKDIR}/radreport ${PREFIX}/bin
.include <bsd.port.mk>