blob: b45667a1ff218476ff587fd694fa855501c217d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: tcpcat
# Date created: 18 October 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= tcpcat
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://www.gusnet.cx/proj/tcpcat/
MAINTAINER= roam@orbitel.bg
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>
|