1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/arping/Makefile
Philip M. Gollucci b09780bd2e - if net/libpcap from ports is install, net/arping bombs b/c of errors in pcap.h
fix this.  Versions of this patch are committed upstream.

- Bump PORTREVISION

PR:             ports/151263
Submitted by:   Lucius Windschuh <lwindschuh@gmail.com>
Approved by:    maintainer timeout (gavin ; 67 days)
2010-12-15 02:43:14 +00:00

31 lines
712 B
Makefile

# New ports collection makefile for: arping
# Date Created: 1 Oct 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= arping
PORTVERSION= 2.09
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.habets.pp.se/synscan/files/
MAINTAINER= gavin@FreeBSD.org
COMMENT= ARP level "ping" utility
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS+="`${LIBNET_CONFIG} --defines`" \
CPPFLAGS="-I${LOCALBASE}/include `${LIBNET_CONFIG} --cflags`" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="`${LIBNET_CONFIG} --libs` -lpcap"
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
MAN8= arping.8
PLIST_FILES= sbin/arping
.include <bsd.port.mk>