blob: 5c82bf152feabd60548d385dfaf4cb3feab8304d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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"
|