mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
6e7a0fc2d7
See http://www.wireshark.org/docs/relnotes/wireshark-0.99.6.html for all the changes in this release. Security: See http://www.wireshark.org/security/wnpa-sec-2007-02.html for relevant security advisories fixed in this release
16 lines
346 B
Makefile
16 lines
346 B
Makefile
# Ports collection makefile for: ethereal-lite
|
|
# Date created: 20 March 2004
|
|
# Whom: Bill Fumerola <billf@mu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
LITE= yes
|
|
PORTREVISION?= 0
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
MASTERDIR= ${.CURDIR}/../wireshark
|
|
COMMENT= A powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|