blob: b02b2ee92d81b1d288bcbbe33ef8393ae09d3404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.3 2009/05/22 17:27:22 zafer Exp $
#
DISTNAME= mesure-0.5
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.nopcode.org/?t=mesure
COMMENT= Tool to measure different kind of streams
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
NOT_FOR_PLATFORM+= OpenBSD-*-*
.include "../../devel/gmp/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|