diff options
Diffstat (limited to 'net/arpwatch-devel/Makefile')
-rw-r--r-- | net/arpwatch-devel/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net/arpwatch-devel/Makefile b/net/arpwatch-devel/Makefile deleted file mode 100644 index f47bd6a1f320..000000000000 --- a/net/arpwatch-devel/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> -# -# $Id: Makefile,v 1.9 1998/08/21 18:09:19 brian Exp $ -# - -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> |