mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
8da230fca6
Note that maintainer requested author to release new version (Jan '12) as 0.2. PR: ports/168916 Submitted by: sunpoet (myself) Approved by: Josh Carroll <josh.carroll@gmail.com> (maintainer)
27 lines
531 B
Makefile
27 lines
531 B
Makefile
# 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>
|