eaee63ab80
We hope to see Kelley back sometime. Hat: portmgr
31 lines
617 B
Makefile
31 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>
|