openbsd-ports/mail/nmh/Makefile

22 lines
522 B
Makefile
Raw Normal View History

2002-09-29 20:29:02 -04:00
# $OpenBSD: Makefile,v 1.18 2002/09/30 00:29:02 pvalchev Exp $
COMMENT= "new MH mail handling program"
DISTNAME= nmh-1.0.4
1998-04-30 00:24:30 -04:00
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/
HOMEPAGE= http://www.mhost.com/nmh/
1998-04-30 00:24:30 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE= gnu dest
2000-10-25 06:28:27 -04:00
SYSCONFDIR= ${PREFIX}/lib/nmh
CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
--with-krb4=/usr \
--enable-nmh-pop
1998-04-30 00:24:30 -04:00
.include <bsd.port.mk>