freebsd-ports/net/radreport/Makefile
Kelly Yancey 34964e42e8 Update MASTER_SITES to use local distfile; apparently Lucent reverted the
copy on their FTP server to an older version. In addition, apply some Y2K
fixes I've had in my local copy since the beginning of the year. Finally,
update my e-mail address in the MAINTAINER line.
2000-09-26 07:00:49 +00:00

29 lines
543 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= kbyanc@FreeBSD.org
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>