blob: 94d5d394e1294de4290c5764a70b8d3efa0de29b (
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
|
# New ports collection makefile for: arpalert
# Date created: 11 May 2006
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= arpalert
PORTVERSION= 2.0.9
CATEGORIES= net-mgmt
MASTER_SITES= http://www.arpalert.org/src/
MAINTAINER= leeym@FreeBSD.org
COMMENT= ARP traffic monitoring
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
ALL_TARGET= ${PORTNAME}
CFLAGS+= -fPIC
MAN8= arpalert.8
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>
|