summaryrefslogtreecommitdiff
path: root/net-mgmt/aguri/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/aguri/Makefile')
-rw-r--r--net-mgmt/aguri/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-mgmt/aguri/Makefile b/net-mgmt/aguri/Makefile
deleted file mode 100644
index 9cb54c095f9d..000000000000
--- a/net-mgmt/aguri/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: aguri
-# Date created: 27 February 2003
-# Whom: Yann Berthier <yb@sainte-barbe.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= aguri
-PORTVERSION= 0.7
-CATEGORIES= net ipv6
-MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
-
-MAINTAINER= yb@sainte-barbe.org
-COMMENT= An Aggregation-based Traffic Profiler
-
-.if defined(WITH_X11)
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile
-USE_XLIB= yes
-.endif
-
-MAN1= aguri.1
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/aguri ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/aguri.1 ${MANPREFIX}/man/man1
-
-post-install:
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILES in CHANGES INSTALL README
- @${INSTALL_DATA} ${WRKSRC}/${FILES} ${DOCSDIR}
-.endfor
-.endif
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/scripts/README ${DATADIR}
-.for SCRIPTS in agurify.pl density.pl makeimages.pl makeplot.pl
- @${INSTALL_SCRIPT} ${WRKSRC}/scripts/${SCRIPTS} \
- ${DATADIR}
-.endfor
-
-.include <bsd.port.mk>