freebsd-ports/net/arping/Makefile
Dirk Meyer fcb98a504a - update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
2013-02-18 21:13:02 +00:00

30 lines
684 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= 2
CATEGORIES= net
MASTER_SITES= http://www.habets.pp.se/synscan/files/
MAINTAINER= gavin@FreeBSD.org
COMMENT= ARP level "ping" utility
LIB_DEPENDS= net:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="`${LIBNET_CONFIG} --libs` -lpcap"
CFLAGS+= `${LIBNET_CONFIG} --defines`
CPPFLAGS+= -I${LOCALBASE}/include `${LIBNET_CONFIG} --cflags`
LDFLAGS+= -L${LOCALBASE}/lib
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
MAN8= arping.8
PLIST_FILES= sbin/arping
.include <bsd.port.mk>