summaryrefslogtreecommitdiff
path: root/mail/elmo/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-06 14:28:42 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-06 14:28:42 +0000
commit5a1152830e81e85d66b36e9b4a78572d612c3d6a (patch)
treed355de9d3aa5dced065f113f936663b9f2a84270 /mail/elmo/Makefile
parent08e845362ad13972db3b26d7dd790bde6e418aa4 (diff)
downloadpkgsrc-5a1152830e81e85d66b36e9b4a78572d612c3d6a.tar.gz
Initial import of elmo-1.2.0 from pkgsrc-wip.
Elmo the ELectronic Mail Operator is a feature-rich, highly configurable and fast console mail client. It features SMTP and POP3 support, a Bayesian mail filter, an address book, threaded mail display and Maildir, MIME, GnuPG, SSL & UTF8 support.
Diffstat (limited to 'mail/elmo/Makefile')
-rw-r--r--mail/elmo/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
new file mode 100644
index 00000000000..4031484bc75
--- /dev/null
+++ b/mail/elmo/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 14:28:42 xtraeme Exp $
+#
+
+DISTNAME= elmo-1.2.0
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/}
+
+MAINTAINER= pkg@burningsoda.com
+HOMEPAGE= http://elmo.sourceforge.net/
+COMMENT= The ELectronic Mail Operator MUA
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+REPLACE_PERL= elmoconf.pl
+
+CONFIGURE_ARGS+= --with-gpgme-prefix=${BUILDLINK_PREFIX.gpgme}
+
+SUBST_CLASSES= tux
+SUBST_STAGE.tux= post-patch
+SUBST_FILES.tux= configure
+SUBST_SED.tux= -e "s|==|=|"
+SUBST_MESSAGE.tux= "Fixing linuxifications."
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"