summaryrefslogtreecommitdiff
path: root/net-mgmt/arpwatch/Makefile
blob: d9f3e9807d01360b75c00fb391647c6c7adf48ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    arpwatch
# Version required:     2.0.1a1
# Date created:         March 24 1997
# Whom:                 Brian Somers <brian@awfulhak.org>
#
# $Id: Makefile,v 1.3 1997/03/30 18:26:41 obrien Exp $
#

DISTNAME=       arpwatch-2.0.1a1
CATEGORIES=     net
MASTER_SITES=   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
MAKE_FLAGS+=	CCOPT="-O2 -DPATH_SENDMAIL=\\\"/usr/sbin/sendmail\\\""
INSTALL_TARGET= install install-man
MAN8=           arpwatch.8 arpsnmp.8


post-install:
	if [ ! -d ${PREFIX}/arpwatch ]; then	\
		${MKDIR} ${PREFIX}/arpwatch;	\
		chmod 775 ${PREFIX}/arpwatch;	\
		/usr/sbin/chown root.operator ${PREFIX}/arpwatch;	\
	fi
	touch ${PREFIX}/arpwatch/arp.dat
	chmod 644 ${PREFIX}/arpwatch/arp.dat

.include <bsd.port.mk>