freebsd-ports/net/radreport/Makefile
Mark Linimon eaee63ab80 Reset kbyanc@FreeBSD.org due to maintainer-timeouts and no response to email.
We hope to see Kelley back sometime.

Hat:		portmgr
2007-02-27 11:08:23 +00:00

30 lines
617 B
Makefile

# New ports collection makefile for: radreport
# Date created: 10/22/1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
PORTNAME= radreport
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kbyanc
DISTNAME= radreport
EXTRACT_SUFX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl script for processing radius logs
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/radreport
do-extract:
@${MKDIR} ${WRKDIR}
@for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/radreport ${PREFIX}/bin
.include <bsd.port.mk>