pkgsrc/mail/elmo/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

28 lines
795 B
Makefile

# $NetBSD: Makefile,v 1.26 2015/08/18 07:31:11 wiz Exp $
#
DISTNAME= elmo-1.3.2
PKGREVISION= 13
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/}
MAINTAINER= pkg@burningsoda.com
HOMEPAGE= http://elmo.sourceforge.net/
COMMENT= The ELectronic Mail Operator MUA
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= flex perl:run
GNU_CONFIGURE= yes
REPLACE_PERL= src/elmoconf.pl
CONFIGURE_ARGS+= --with-gpgme-prefix=${BUILDLINK_PREFIX.gpgme}
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
# I get segmentation faults when not compiled with debug enabled
CONFIGURE_ARGS+= --enable-debug
.include "../../mk/curses.buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../security/gpgme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"