blob: dbf8b12b82188a0c8d3b82d154dacbd6e216de5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Ports collection makefile for: ethereal-lite
# Date created: 20 March 2004
# Whom: Bill Fumerola <billf@mu.org>
#
# $FreeBSD$
#
LITE= yes
PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../ethereal
COMMENT= A powerful network analyzer/capture tool (lite package)
.include "${MASTERDIR}/Makefile"
|