1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/etrace/Makefile

30 lines
704 B
Makefile
Raw Normal View History

# New ports collection makefile for: etrace
# Date created: 2006-05-07
# Whom: dave.ryan@gmail.com
#
# $FreeBSD$
#
PORTNAME= etrace
PORTVERSION= 1.1
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://www.bindshell.net/tools/etrace/
DISTNAME= ${PORTNAME}.${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= dave.ryan@gmail.com
COMMENT= A configurable static port network tracing tool
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
WRKSRC= ${WRKDIR}/etrace
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libdnet=${PREFIX}
MAN8= etrace.8
.include <bsd.port.mk>