pkgsrc/mail/nail/Makefile
cjep 0e517ef0a9 Update of mail/nail to 10.6. Changes since 10.5:
* A nested MIME multipart message with a sub-part piped through an external
  program (such as HTML with w3m) caused nail to abort after SIGPIPE if the
  PAGER command terminated before reading the whole message.
* A 'next' command following a 'hold' command displays the next message
  after the one the 'hold' applies to (Bugreport by Mike Sipser). This
  might not be exactly what POSIX specifies, but it makes sense and is
  consistent with traditional behavior. If you actually favor 'next'
  not to advance after 'hold', contact me and I'll add a configuration
  option for this.
* If the value of the 'record' variable started with an environment
  variable reference such as '$HOME' or with a tilde and the 'outfolder'
  variable was set, it was not expanded correctly (Bugreport by Volker
  Kuhlmann).
2003-12-05 22:21:17 +00:00

26 lines
737 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/12/05 22:21:17 cjep Exp $
DISTNAME= nail-10.6
CATEGORIES= mail
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
MAINTAINER= cjep@NetBSD.org
HOMEPAGE= http://omnibus.ruf.uni-freiburg.de/~gritter/
COMMENT= BSD mail utility with MIME extensions
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rcfile=${PKG_SYSCONFDIR}/nail.rc
EGDIR= ${PREFIX}/share/examples/nail
CONF_FILES= ${EGDIR}/nail.rc ${PKG_SYSCONFDIR}/nail.rc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nail ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nail.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/nail.rc ${EGDIR}
.include "../../mk/bsd.pkg.mk"