according to the maintainer website. Changes since 1.2.0: 1.3.1 ===== - it is now possible to run an arbitrary command on a selected attachment - made elmo less conservative about the format of the message - updated translations - several bugfixes 1.3.0 ===== - rewritten networking - full-asynchronous, working POP3 support, you don't have to bother whether the message has been already fetched or not any more - elmo checks your POP3 accounts and plays sound, when there is mail waiting on one of them
30 lines
769 B
Makefile
30 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/02/05 22:36:26 jdolecek Exp $
|
|
#
|
|
|
|
DISTNAME= elmo-1.3.1
|
|
PKGREVISION= # empty
|
|
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"
|