3470b66b4e
for a list of changes.
15 lines
346 B
Makefile
15 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"
|