3e43d17538
Caught by: eik's script
15 lines
345 B
Makefile
15 lines
345 B
Makefile
# Ports collection makefile for: ethereal-lite
|
|
# Date created: 20 March 2004
|
|
# Whom: Bill Fumerola <billf@mu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
LITE= yes
|
|
PORTREVISION?= 3
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
MASTERDIR= ${.CURDIR}/../ethereal
|
|
COMMENT= A powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|