blob: 053a3dd7c421bdb7759536cbde27fe88cd59f076 (
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
|
# New ports collection makefile for: paris-traceroute
# Date created: 10 January 2007
# Whom: dikshie@sfc.wide.ad.jp
#
# $FreeBSD$
#
PORTNAME= paris-traceroute
PORTVERSION= 0.92
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://paris-traceroute.net/downloads/
DISTNAME= ${PORTNAME}-${PORTVERSION}-dev
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Paris traceroute is network diagnosis and measurement tools
GNU_CONFIGURE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-current
PLIST_FILES= bin/paris-traceroute
.include <bsd.port.mk>
|