26 lines
595 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2005/05/28 03:49:54 mjc Exp $
COMMENT= "netdude plugin providing traffic analysis"
DISTNAME= netdude-traffic-analyzer-plugin-0.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/}
HOMEPAGE= http://netdude.sourceforge.net/
MAINTAINER= Markus Friedl <markus@openbsd.org> \
Michael Coulter <mjc@openbsd.org>
BUILD_DEPENDS= ::net/libnetdude/plugins/traffic-analyzer \
::net/netdude/netdude
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>