mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
28 lines
542 B
Makefile
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>
|