pkgsrc/net/paris-traceroute/Makefile
imil b85b541492 Initial import of paris-traceroute, version 0.92, into the NetBSD Packages
Collection.

Paris Traceroute is a new version of the well-known network diagnosis and
measurement tool.

traceroute fails in the presence of routers that employ load balancing on
packet header fields. The failures lead to the discovery of inaccurate and
incomplete paths, that may mislead operators during problem diagnosis and
result in erroneous internet maps.

Paris traceroute, by controling packet header contents, obtains a more precise
picture of the actual routes that packets follow.
2013-04-22 17:27:27 +00:00

27 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/22 17:27:27 imil Exp $
#
DISTNAME= paris-traceroute-0.92-dev
PKGNAME= paris-traceroute-0.92
CATEGORIES= net
MASTER_SITES= http://paris-traceroute.net/downloads/
MAINTAINER= imil@NetBSD.org
HOMEPAGE= http://paris-traceroute.net/
COMMENT= Traceroute-like network diagnosis and measurement tool
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/paris-traceroute-current
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/paris-traceroute \
${DESTDIR}${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/man/paris-traceroute.8 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/
.include "../../mk/bsd.pkg.mk"