2005-07-05 00:08:04 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2005/07/05 00:08:09 mjc Exp $
|
2005-05-27 23:51:07 +00:00
|
|
|
|
|
|
|
COMMENT= "netdude plugin providing traffic analysis"
|
|
|
|
|
|
|
|
DISTNAME= netdude-traffic-analyzer-plugin-0.3
|
2005-07-05 00:08:04 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2005-05-27 23:51:07 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://netdude.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org> \
|
|
|
|
Michael Coulter <mjc@openbsd.org>
|
|
|
|
|
2005-07-05 00:08:04 +00:00
|
|
|
RUN_DEPENDS= ::net/libnetdude/plugins/traffic-analyzer \
|
2005-05-27 23:51:07 +00:00
|
|
|
::net/netdude/netdude
|
|
|
|
|
2005-07-05 00:08:04 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2005-05-27 23:51:07 +00:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-07-05 00:08:04 +00:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib
|
2005-05-27 23:51:07 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|