1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/tcpflow/Makefile

21 lines
390 B
Makefile
Raw Normal View History

# New ports collection makefile for: tcpflow
# Version required: 0.12
# Date created: 20 August 1999
# Whom: Jose M. Alcaide <jose@we.lc.ehu.es>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
DISTNAME= tcpflow-0.12
CATEGORIES= net
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
MAINTAINER= jose@we.lc.ehu.es
HAS_CONFIGURE= yes
1999-09-17 13:09:35 +00:00
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= tcpflow.1
.include <bsd.port.mk>