aboutsummaryrefslogtreecommitdiffstats
path: root/net/arping/Makefile
blob: 4767a7767f0b6dfe5135922000d7cf068ec5abeb (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
# New ports collection makefile for:    arping
# Date Created:             1 Oct 2000
# Whom:                 Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#

PORTNAME=   arping
PORTVERSION=    0.97
CATEGORIES= net
MASTER_SITES=   ftp://ftp.nss.nu/pub/synscan/ \
        ftp://ftp.cerias.purdue.edu/pub/tools/unix/netutils/arping/

MAINTAINER= roman@xpert.com

BUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet

ALL_TARGET= freebsd
MAN8=       arping.8

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

.include <bsd.port.mk>