openbsd-ports/mail/nmh/Makefile

25 lines
588 B
Makefile
Raw Normal View History

2005-01-02 07:56:04 -05:00
# $OpenBSD: Makefile,v 1.24 2005/01/02 12:56:05 alek Exp $
COMMENT= "new MH mail handling program"
DISTNAME= nmh-1.0.4
PKGNAME= ${DISTNAME}p1
1998-04-30 00:24:30 -04:00
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/
HOMEPAGE= http://www.nongnu.org/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
2005-01-02 07:56:04 -05:00
WANTLIB= c termcap
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE= gnu dest old
CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
--enable-nmh-pop \
--sysconfdir='$${${DESTDIRNAME}}${PREFIX}/lib/nmh'
2002-10-27 12:21:39 -05:00
NO_REGRESS= Yes
1998-04-30 00:24:30 -04:00
.include <bsd.port.mk>