mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
343 B
Makefile
20 lines
343 B
Makefile
# New ports collection makefile for: tcpflow
|
|
# Date created: 20 August 1999
|
|
# Whom: Jose M. Alcaide <jose@we.lc.ehu.es>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcpflow
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
|
|
|
|
MAINTAINER= jose@we.lc.ehu.es
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN1= tcpflow.1
|
|
|
|
.include <bsd.port.mk>
|