blob: 558af0e925d8e6297d6790f67e27687fc46f935d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: shaperprobe
# Date created: 2011-06-11
# Whom: Josh Carroll <josh.carroll@gmail.com>
#
# $FreeBSD$
#
PORTNAME= shaperprobe
PORTVERSION= 0.2
CATEGORIES= net
MASTER_SITES= http://www.cc.gatech.edu/~partha/diffprobe/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= josh.carroll@gmail.com
COMMENT= Utility to check for traffic shapers
LICENSE= GPLv2
MAKEFILE= Makefile.osx
PLIST_FILES= bin/prober
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/prober ${PREFIX}/bin/
.include <bsd.port.mk>
|