18 lines
390 B
Makefile
18 lines
390 B
Makefile
PORTNAME= raddump
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Radius Packet Analyzer
|
|
WWW= https://sourceforge.net/projects/raddump/
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/raddump \
|
|
share/man/man1/raddump.1.gz
|
|
|
|
.include <bsd.port.mk>
|