1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/etrace/Makefile
Jason E. Hale 7912eb61a9 - Support staging
- Add LICENSE
- Remove indefinite article from COMMENT
- EXTRACT_SUFX -> USES=tar:tgz
- Use @sample in pkg-plist
- Bump PORTREVISION

Approved by:	portmgr (blanket approval)
2014-06-27 10:10:43 +00:00

25 lines
560 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:${PORTSDIR}/net/libdnet \
${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
USES= tar:tgz
WRKSRC= ${WRKDIR}/etrace
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libdnet=${PREFIX}
.include <bsd.port.mk>