summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-28 16:28:04 +0000
committerpav <pav@FreeBSD.org>2005-05-28 16:28:04 +0000
commitd2ded4b07a3f88a67084817872bce68050febdfa (patch)
treeec30fcf48959dc6b60675c10d8759984a692316e
parent9d0de3bb7348a95321291d8844fef1da18f2f990 (diff)
downloadFreeBSD-ports-d2ded4b07a3f88a67084817872bce68050febdfa.zip
FreeBSD-ports-d2ded4b07a3f88a67084817872bce68050febdfa.tar.gz
- Add mutt-lite, a slave port for mutt which defines MUTT_LITE flag
PR: ports/81248 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
-rw-r--r--mail/Makefile1
-rw-r--r--mail/mutt-lite/Makefile16
-rw-r--r--mail/mutt/Makefile1
-rw-r--r--mail/mutt14/Makefile1
4 files changed, 19 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index c7ea7ab..1757798 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -225,6 +225,7 @@
SUBDIR += mulberry
SUBDIR += mutt
SUBDIR += mutt-devel
+ SUBDIR += mutt-lite
SUBDIR += mutt_vc_query
SUBDIR += muttzilla
SUBDIR += nail
diff --git a/mail/mutt-lite/Makefile b/mail/mutt-lite/Makefile
new file mode 100644
index 0000000..34cfeae
--- /dev/null
+++ b/mail/mutt-lite/Makefile
@@ -0,0 +1,16 @@
+# Ports collection makefile for: mutt-lite
+# Date created: Thu May 19, 2005
+# Whom: Jose M Rodriguez <josemi@freebsd.jazztel.es>
+#
+# $FreeBSD$
+#
+
+# Just to get a mutt-lite pkg on pkg cluster
+
+MASTERDIR= ${.CURDIR}/../../mail/mutt
+
+COMMENT= mutt, the Mongrel of Mail User Agents (lite package)
+
+MUTT_LITE= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 00045aa..0cc6965 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -38,6 +38,7 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \
urlview:${PORTSDIR}/textproc/urlview
.endif
.if defined (MUTT_LITE)
+PKGNAMESUFFIX= -lite
WITH_SGML_DOCS:=no
.elif ${MACHINE_ARCH} != "alpha"
# coredump in sgmls
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 00045aa..0cc6965 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -38,6 +38,7 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \
urlview:${PORTSDIR}/textproc/urlview
.endif
.if defined (MUTT_LITE)
+PKGNAMESUFFIX= -lite
WITH_SGML_DOCS:=no
.elif ${MACHINE_ARCH} != "alpha"
# coredump in sgmls
OpenPOWER on IntegriCloud