1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/net/tcptraceroute/Makefile
Pete Fritchman 0d73d2ce8e - update to 1.3
- give maintainership to submitter
- make tcptraceroute setuid so users can use it
- format pkg-descr better

PR:		38911
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-06-09 22:17:03 +00:00

23 lines
471 B
Makefile

# New ports collection makefile for: tcptraceroute
# Date created: 21 March 2002
# Whom: jeff@cetlink.net
#
# $FreeBSD$
#
PORTNAME= tcptraceroute
PORTVERSION= 1.3
CATEGORIES= net
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
MAINTAINER= corecode@corecode.ath.cx
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
MAN8= tcptraceroute.8
post-install:
@${CHMOD} u+s ${PREFIX}/bin/tcptraceroute
.include <bsd.port.mk>