mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
29 lines
795 B
Makefile
29 lines
795 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/03/09 09:18:06 roy Exp $
|
|
#
|
|
|
|
DISTNAME= elmo-1.3.2
|
|
PKGREVISION= 10
|
|
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"
|