aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/rate/Makefile')
-rw-r--r--net-mgmt/rate/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/rate/Makefile b/net-mgmt/rate/Makefile
deleted file mode 100644
index 244c7e9292a6..000000000000
--- a/net-mgmt/rate/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: rate
-# Date created: Thu Aug 21 18:12:35 GMT 2003
-# Whom: mich@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= rate
-PORTVERSION= 0.9
-CATEGORIES= net
-MASTER_SITES= http://s-tech.elsat.net.pl/bmtools/
-
-MAINTAINER= mich@FreeBSD.org
-COMMENT= A traffic analysis command-line utility
-
-USE_REINPLACE= YES
-LDFLAGS+= -lcompat
-CFLAGS+= -DOPEN_BSD=1 -DHAVE_REGEX -DSTREAM_ANALYZER -DIOCTL_GETWINSIZE -DAUTOSENSE_DLH
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^CFLAGS.*$$|CFLAGS=${CFLAGS}|g ; \
- s|^LDFLAGS.*$$|LDFLAGS=${LDFLAGS}|g ; \
- s|gcc|${CC}|g' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/rate ${PREFIX}/bin/rate
- ${INSTALL_MAN} ${WRKSRC}/doc/rate.1 ${PREFIX}/man/man1
-
-MAN1= rate.1
-
-.include <bsd.port.mk>