mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
23 lines
406 B
Makefile
23 lines
406 B
Makefile
# New ports collection makefile for: raddump
|
|
# Date created: 31 October 2004
|
|
# Whom: shanali
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= raddump
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Radius Packet Analyzer
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= raddump.1
|
|
|
|
PLIST_FILES= bin/raddump
|
|
|
|
.include <bsd.port.mk>
|