mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d22844569d
when installing an executable script. PR: 16643 Submitted by: Maintainer
28 lines
544 B
Makefile
28 lines
544 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_SCRIPT} ${WRKDIR}/radreport ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|