mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e1c4707bab
- move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
25 lines
529 B
Makefile
25 lines
529 B
Makefile
# New ports collection makefile for: tcptraceroute
|
|
# Date created: 21 March 2002
|
|
# Whom: jeff@cetlink.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcptraceroute
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://michael.toren.net/code/tcptraceroute/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A traceroute implementation using TCP packets
|
|
|
|
BUILD_DEPENDS= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10
|
|
|
|
MAN8= tcptraceroute.8
|
|
|
|
post-install:
|
|
@${CHMOD} u+s ${PREFIX}/sbin/tcptraceroute
|
|
|
|
.include <bsd.port.mk>
|