5a1152830e
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.
29 lines
750 B
Makefile
29 lines
750 B
Makefile
# $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"
|