# $NetBSD: Makefile,v 1.20 1998/08/20 15:17:10 tsarna Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # DISTNAME= nmh-0.27 CATEGORIES= mail MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.math.gatech.edu/nmh/ CONFLICTS= nmh-0.17 nmh-0.22 nmh-0.23 nmh-0.24 nmh-0.25 nmh-0.26 # Mail Transport Agent - either "smtp" or "sendmail" NMH_MTA?= smtp GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/nmh \ --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop \ --with-mts=${NMH_MTA} # Since we patch the autoconf files as well as their outputs, avoid attempt # to regenerate header input files with 'autoheader' by Makefile. post-patch: ${ECHO} > ${WRKSRC}/stamp-h.in post-install: @PKG_PREFIX='${PREFIX}' sh -f ${PKGDIR}/INSTALL .include "../../mk/bsd.pkg.mk"