1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/etrace/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
536 B
Makefile

# Created by: dave.ryan@gmail.com
# $FreeBSD$
PORTNAME= etrace
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.bindshell.net/tools/etrace/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= dave.ryan@gmail.com
COMMENT= Configurable static port network tracing tool
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:net/libdnet \
${LOCALBASE}/lib/libpcap.a:net/libpcap
USES= tar:tgz
WRKSRC= ${WRKDIR}/etrace
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libdnet=${PREFIX}
.include <bsd.port.mk>