058f874f40
- Use DISTVERSIONPREFIX - Remove GH_PROJECT
26 lines
412 B
Makefile
26 lines
412 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
|
|
|
|
LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
PORTDOCS= *
|
|
|
|
GH_ACCOUNT= mct
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|