1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/arping/Makefile
Niclas Zeising 8fd1101c62 Update to 2.13 and stagify.
PR:		ports/183233
Submitted by:	zeising
Approved by:	maintainer timeout
2013-11-07 10:08:40 +00:00

25 lines
597 B
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
PORTNAME= arping
PORTVERSION= 2.13
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
PLIST_FILES= sbin/arping man/man8/arping.8.gz
.include <bsd.port.mk>