blob: fb04b6ca36ac9a3342eb1781834ee4704472360b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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>
|