openbsd-ports/mail/nmh/Makefile

41 lines
853 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.27 2009/05/16 09:35:00 ajacoutot Exp $
COMMENT= new MH mail handling program
DISTNAME= nmh-1.3
1998-04-30 00:24:30 -04:00
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=nmh/}
HOMEPAGE= http://www.nongnu.org/nmh/
1998-04-30 00:24:30 -04:00
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2005-01-02 07:56:04 -05:00
WANTLIB= c termcap
2000-02-12 01:29:49 -05:00
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
SYSCONFDIR= ${PREFIX}/lib/nmh
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
--enable-apop \
--with-locking=fcntl
FLAVORS= sasl
FLAVOR?=
CONFIGURE_ENV+= ac_cv_header_db_h=no
USE_GMAKE= Yes
.if ${FLAVOR:L:Msasl}
LIB_DEPENDS+= sasl2::security/cyrus-sasl2
CPPFLAGS+= -I${LOCALBASE}/include/sasl
CONFIGURE_ARGS+= --with-cyrus-sasl=${PREFIX}
.endif
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
1998-04-30 00:24:30 -04:00
.include <bsd.port.mk>