b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
31 lines
882 B
Makefile
31 lines
882 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/12/05 20:50:29 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= elmo-1.3.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/}
|
|
|
|
MAINTAINER= pkg@burningsoda.com
|
|
HOMEPAGE= http://elmo.sourceforge.net/
|
|
COMMENT= The ELectronic Mail Operator MUA
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
REPLACE_PERL= 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
|
|
|
|
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"
|