2012-01-30 19:50:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2012/01/30 19:50:26 sthen Exp $
|
2001-05-06 01:45:53 +00:00
|
|
|
|
2007-09-06 18:57:34 +00:00
|
|
|
COMMENT= new MH mail handling program
|
2000-03-01 16:16:27 +00:00
|
|
|
|
2012-01-26 07:24:08 +00:00
|
|
|
DISTNAME= nmh-1.4
|
2012-01-30 19:50:26 +00:00
|
|
|
REVISION= 0
|
|
|
|
CATEGORIES= mail
|
2009-02-16 15:28:57 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=nmh/}
|
2003-08-03 15:14:34 +00:00
|
|
|
HOMEPAGE= http://www.nongnu.org/nmh/
|
1998-04-30 04:24:30 +00:00
|
|
|
|
2009-05-16 09:35:00 +00:00
|
|
|
# BSD-like
|
2000-10-22 15:41:23 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-05-16 09:35:00 +00:00
|
|
|
|
2005-01-02 12:56:04 +00:00
|
|
|
WANTLIB= c termcap
|
2000-02-12 06:29:49 +00:00
|
|
|
|
2012-01-26 07:24:08 +00:00
|
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
2009-05-16 09:35:00 +00:00
|
|
|
|
2007-09-06 18:57:34 +00:00
|
|
|
SYSCONFDIR= ${PREFIX}/lib/nmh
|
|
|
|
CONFIGURE_STYLE= gnu
|
2000-10-22 15:41:23 +00:00
|
|
|
CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
|
2012-01-30 17:23:41 +00:00
|
|
|
--enable-pop \
|
2007-09-06 18:57:34 +00:00
|
|
|
--with-locking=fcntl
|
|
|
|
|
|
|
|
FLAVORS= sasl
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
CONFIGURE_ENV+= ac_cv_header_db_h=no
|
|
|
|
USE_GMAKE= Yes
|
2010-11-19 07:23:05 +00:00
|
|
|
USE_GROFF = Yes
|
2007-09-06 18:57:34 +00:00
|
|
|
|
|
|
|
.if ${FLAVOR:L:Msasl}
|
2012-01-30 17:23:41 +00:00
|
|
|
MODULES += converters/libiconv
|
2010-11-19 07:23:05 +00:00
|
|
|
WANTLIB += sasl2
|
|
|
|
LIB_DEPENDS+= security/cyrus-sasl2
|
2012-01-30 17:23:41 +00:00
|
|
|
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_ARGS+= --with-cyrus-sasl
|
2007-09-06 18:57:34 +00:00
|
|
|
.endif
|
2000-04-17 16:22:46 +00:00
|
|
|
|
2002-10-27 17:21:39 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1998-04-30 04:24:30 +00:00
|
|
|
.include <bsd.port.mk>
|