openbsd-ports/mail/nmh/Makefile

43 lines
877 B
Makefile
Raw Normal View History

2010-11-19 02:23:05 -05:00
# $OpenBSD: Makefile,v 1.29 2010/11/19 07:23:07 espie 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
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
.if ${FLAVOR:L:Msasl}
2010-11-19 02:23:05 -05:00
WANTLIB += sasl2
LIB_DEPENDS+= 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>