summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arpwatch/Makefile')
-rw-r--r--net-mgmt/arpwatch/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
deleted file mode 100644
index 23a550e3741e..000000000000
--- a/net-mgmt/arpwatch/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: arpwatch
-# Version required: 2.0.2a1
-# Date created: March 24 1997
-# Whom: Brian Somers <brian@Awfulhak.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= arpwatch-2.1a4
-CATEGORIES= net
-MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \
- ftp://ftp.ee.lbl.gov/ \
- ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= brian@Awfulhak.org
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --quiet
-INSTALL_TARGET= install install-man
-MAN8= arpwatch.8 arpsnmp.8
-
-post-install:
- if [ ! -d ${PREFIX}/arpwatch ]; then \
- ${MKDIR} ${PREFIX}/arpwatch; \
- ${CHMOD} 775 ${PREFIX}/arpwatch; \
- ${CHOWN} root.operator ${PREFIX}/arpwatch; \
- fi
- ${TOUCH} ${PREFIX}/arpwatch/arp.dat
- ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat
- for file in ethercodes.dat d.awk e.awk p.awk; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \
- done
- ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/.
- ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/.
-
-.include <bsd.port.mk>