1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/tcpslice/Makefile
Martin Wilke ed05d09eaf - Add backup MASTER_SITES
Submitted by:	pointyhat via kris
2007-01-10 20:51:01 +00:00

23 lines
447 B
Makefile

# New ports collection makefile for: tcpslice
# Date created: 15 April 2002
# Whom: smace@freebsd.org
#
# $FreeBSD$
#
PORTNAME= tcpslice
PORTVERSION= 2006.12.18
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/weekly/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= A tool for extracting portions of pcap files
MAN1= tcpslice.1
PLIST_FILES= sbin/tcpslice
GNU_CONFIGURE= yes
.include <bsd.port.mk>