freebsd-ports/net/tcptraceroute/Makefile
Sunpoet Po-Chuan Hsieh 8c4b2dfb39 - Update to 1.5beta7
- Remove DEPRECATED and EXPIRATION_DATE
- Change MASTER_SITES to github
- Install tcptraceroute to PREFIX/bin
- Add DOCS options and PORTDOCS
- Use new @(user,group,perm) format in PLIST
- Reformat pkg-desc

Changes:	https://github.com/mct/tcptraceroute/blob/master/ChangeLog
2014-09-09 18:41:28 +00:00

28 lines
462 B
Makefile

# Created by: jeff@cetlink.net
# $FreeBSD$
PORTNAME= tcptraceroute
PORTVERSION= 1.5beta7
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= *
USE_GITHUB= yes
GH_ACCOUNT= mct
GH_COMMIT= 1ec970e
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>