c6f7e574ed
. fix pkg-plist to include installed libraries and new modules . fix net-snmp configure args PR: ports/64777, ports/64808 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (#64777) Ken Stailey <kstailey@yahoo.com> (#64808) . follow master_site layout changes Submitted by: lost private email (sorry!) . introduce a LITE variable and add [t]ethereal-lite slave ports to build packages that don't depend on the kitchen sink.
15 lines
334 B
Makefile
15 lines
334 B
Makefile
# New ports collection makefile for: tethereal-lite
|
|
# Date created: 20 March 2004
|
|
# Whom: Bill Fumerola <billf@mu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
LITE= yes
|
|
PKGNAMESUFFIX= -lite
|
|
|
|
MASTERDIR= ${.CURDIR}/../tethereal
|
|
COMMENT= A powerful network analyzer/capture tool (lite package)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|