openbsd-ports/mail/nmh/Makefile

24 lines
568 B
Makefile

# $OpenBSD: Makefile,v 1.22 2003/06/28 22:14:45 jolan Exp $
COMMENT= "new MH mail handling program"
DISTNAME= nmh-1.0.4
PKGNAME= ${DISTNAME}p1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/
HOMEPAGE= http://www.mhost.com/nmh/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest old
CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
--enable-nmh-pop \
--sysconfdir='$${${DESTDIRNAME}}${PREFIX}/lib/nmh'
NO_REGRESS= Yes
.include <bsd.port.mk>