5d9ef8b102
Drop the GNU make dependency, our make(1) builds tcpcat just fine.
18 lines
294 B
Makefile
18 lines
294 B
Makefile
# New ports collection makefile for: tcpcat
|
|
# Date created: 18 October 2000
|
|
# Whom: roam@orbitel.bg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcpcat
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.gusnet.cx/proj/tcpcat/
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|