8b5d49eb78
are called p5-*. I hope that's all of them.
30 lines
833 B
Makefile
30 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/10/03 21:56:23 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= elmo-1.3.2
|
|
PKGREVISION= 6
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/}
|
|
|
|
MAINTAINER= pkg@burningsoda.com
|
|
HOMEPAGE= http://elmo.sourceforge.net/
|
|
COMMENT= The ELectronic Mail Operator MUA
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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 "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|