c8711e099a
- Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port)
12 lines
198 B
Makefile
12 lines
198 B
Makefile
# Created by: Bill Fumerola <billf@mu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tshark
|
|
PORTREVISION= 1
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
|
|
WITHOUT_X11= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|