mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
30 lines
463 B
Makefile
30 lines
463 B
Makefile
# Created by: jeff@cetlink.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcptraceroute
|
|
PORTVERSION= 1.5beta7
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Traceroute implementation using TCP packets
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libnet.so:net/libnet
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake localbase
|
|
|
|
PORTDOCS= *
|
|
|
|
GH_ACCOUNT= mct
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|