1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/paris-traceroute/Makefile
Martin Wilke 85349cf337 - Stage support
- Convert to USES
2014-01-31 08:44:50 +00:00

21 lines
457 B
Makefile

# Created by: 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
USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}-current
PLIST_FILES= bin/paris-traceroute
.include <bsd.port.mk>