1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/radreport/Makefile

28 lines
534 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= ftp://ftp.livingston.com/pub/le/contrib/radius/
DISTNAME= radreport
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_SCRIPT} ${WRKDIR}/radreport ${PREFIX}/bin
.include <bsd.port.mk>