summaryrefslogtreecommitdiff
path: root/net/arping/Makefile
blob: 1b5e6c190ba97d4f065ddcbc06aa1a362321336a (plain)
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
34
35
36
37
38
39
40
41
# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:44 tv Exp $
#

DISTNAME=		arping-2.05
CATEGORIES=		net
MASTER_SITES=		ftp://ftp.habets.pp.se/pub/synscan/

MAINTAINER=		cube@NetBSD.org
HOMEPAGE=		http://www.habets.pp.se/synscan/programs.php?prog=arping
COMMENT=		ARP-level ping utility

NO_CONFIGURE=		yes

LIBS.SunOS+=		-lsocket -lnsl

.include "../../mk/bsd.prefs.mk"
.include "options.mk"

.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
BUILD_FOR=		openbsd
.elif ${OPSYS} == "Linux"
BUILD_FOR=		linux
.elif ${OPSYS} == "FreeBSD"
BUILD_FOR=		freebsd
.elif ${OPSYS} == "SunOS"
BUILD_FOR=		solaris
.elif ${OPSYS} == "Darwin"
BUILD_FOR=		macosx
.endif

.if !empty(PKG_OPTIONS:Marping1)
BUILD_TARGET=		arping1 ${BUILD_FOR}
.endif

.include "../../net/libpcap/buildlink3.mk"

do-install:
	${INSTALL_MAN} ${WRKSRC}/arping.8 ${PREFIX}/man/man8
	${INSTALL_PROGRAM} ${WRKSRC}/arping ${PREFIX}/bin

.include "../../mk/bsd.pkg.mk"