freebsd-ports/net/tcptraceroute/Makefile
Sunpoet Po-Chuan Hsieh 7e78a9bf31 - Add LICENSE
- Support STAGEDIR
- Cleanup Makefile
- Update WWW
2013-10-06 18:30:43 +00:00

21 lines
483 B
Makefile

# Created by: jeff@cetlink.net
# $FreeBSD$
PORTNAME= tcptraceroute
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Traceroute implementation using TCP packets
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/bin/libnet10-config:${PORTSDIR}/net/libnet10
post-patch:
@${REINPLACE_CMD} -e 's|libnet-config|libnet10-config|' ${WRKSRC}/Makefile
.include <bsd.port.mk>