2009-05-16 05:35:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2009/05/16 09:35:00 ajacoutot Exp $
|
2001-05-05 21:45:53 -04:00
|
|
|
|
2007-09-06 14:57:34 -04:00
|
|
|
COMMENT= new MH mail handling program
|
2000-03-01 11:16:27 -05:00
|
|
|
|
2009-05-16 05:35:00 -04:00
|
|
|
DISTNAME= nmh-1.3
|
1998-04-30 00:24:30 -04:00
|
|
|
CATEGORIES= mail
|
2009-02-16 10:28:57 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=nmh/}
|
2003-08-03 11:14:34 -04:00
|
|
|
HOMEPAGE= http://www.nongnu.org/nmh/
|
1998-04-30 00:24:30 -04:00
|
|
|
|
2009-05-16 05:35:00 -04:00
|
|
|
# BSD-like
|
2000-10-22 11:41:23 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-05-16 05:35:00 -04:00
|
|
|
|
2005-01-02 07:56:04 -05:00
|
|
|
WANTLIB= c termcap
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2009-05-16 05:35:00 -04:00
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
|
2007-09-06 14:57:34 -04:00
|
|
|
SYSCONFDIR= ${PREFIX}/lib/nmh
|
|
|
|
CONFIGURE_STYLE= gnu
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
|
2007-09-06 14:57:34 -04:00
|
|
|
--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
|
2000-04-17 12:22:46 -04:00
|
|
|
|
2002-10-27 12:21:39 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1998-04-30 00:24:30 -04:00
|
|
|
.include <bsd.port.mk>
|