d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
28 lines
798 B
Makefile
28 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.21 2013/05/31 12:41:13 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= elmo-1.3.2
|
|
PKGREVISION= 8
|
|
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 "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|