summaryrefslogtreecommitdiff
path: root/net/tethereal-lite
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2004-03-30 19:53:09 +0000
committerBill Fumerola <billf@FreeBSD.org>2004-03-30 19:53:09 +0000
commitc6f7e574ed68c7363c234c63e9d7af5f6599b904 (patch)
tree49c54699e07579b78d10231c1afb86601c388fdb /net/tethereal-lite
parentchange CGIBINDIR and WEBDATADIR from .default to -dist (diff)
. update to 0.10.3
. 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.
Diffstat (limited to 'net/tethereal-lite')
-rw-r--r--net/tethereal-lite/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/tethereal-lite/Makefile b/net/tethereal-lite/Makefile
new file mode 100644
index 000000000000..f83d5e3916cf
--- /dev/null
+++ b/net/tethereal-lite/Makefile
@@ -0,0 +1,14 @@
+# 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"