22 lines
384 B
Makefile
22 lines
384 B
Makefile
|
# New ports collection makefile for: raddump
|
||
|
# Date created: 31 October 2004
|
||
|
# Whom: shanali
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= raddump
|
||
|
PORTVERSION= 0.2.1
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR=${PORTNAME}
|
||
|
|
||
|
MAINTAINER= shanali@yahoo.com
|
||
|
COMMENT= Radius Packet Analyzer
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
MAN1= raddump.1
|
||
|
|
||
|
.include <bsd.port.mk>
|