2007-09-26 16:21:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/09/26 20:21:06 rui Exp $
|
2005-05-27 19:51:07 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= netdude plugin providing traffic analysis
|
2005-05-27 19:51:07 -04:00
|
|
|
|
|
|
|
DISTNAME= netdude-traffic-analyzer-plugin-0.3
|
2007-09-26 16:21:05 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2005-05-27 19:51:07 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/}
|
|
|
|
|
|
|
|
HOMEPAGE= http://netdude.sourceforge.net/
|
|
|
|
|
2007-09-26 16:21:05 -04:00
|
|
|
MAINTAINER= Rui Reis <rui@rui.cx>
|
2005-05-27 19:51:07 -04:00
|
|
|
|
2005-07-04 20:08:04 -04:00
|
|
|
RUN_DEPENDS= ::net/libnetdude/plugins/traffic-analyzer \
|
2005-05-27 19:51:07 -04:00
|
|
|
::net/netdude/netdude
|
|
|
|
|
2005-07-04 20:08:04 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2005-05-27 19:51:07 -04:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-07-04 20:08:04 -04:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib
|
2005-05-27 19:51:07 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|