summaryrefslogtreecommitdiff
path: root/net/arping/Makefile
blob: 1cf2315cd8ea12cb28fb23c2bbabfbd894629d47 (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
42
# $NetBSD: Makefile,v 1.6 2005/02/01 18:24:34 adrianp 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

USE_BUILDLINK3=		yes
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"