1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/tcptraceroute-devel/Makefile
Pav Lucistnik ee72ee8595 - Change libnet dependency line to a file exclusive to net/libnet port
PR:		ports/85441
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-08-31 20:01:52 +00:00

24 lines
523 B
Makefile

# New ports collection makefile for: tcptraceroute
# Date created: 21 March 2002
# Whom: jeff@cetlink.net
#
# $FreeBSD$
#
PORTNAME= tcptraceroute
PORTVERSION= 1.4
CATEGORIES= net
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
MAINTAINER= ports@FreeBSD.org
COMMENT= A traceroute implementation using TCP packets
BUILD_DEPENDS= ${LOCALBASE}/lib/libpwrite.a:${PORTSDIR}/net/libnet
MAN8= tcptraceroute.8
post-install:
@${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
.include <bsd.port.mk>