mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
d6e259efdd
* New editing mechanism for attachment list: ~@ tilde escape. * The ~a tilde escape is obsoleted by ~@ and has been removed. * Header fields starting with =? are only interpreted as RFC 2047 fields if they are entirely valid (Bugreport by Russell Kroll). * Sender addresses in message lists (as in 'delete from@host') match only the exact from address. * Added ~x tilde escape (abort message composition without saving dead.letter). * Fixed recognition of RFC 2045 parameter attributes (Bugreport by Russell Kroll). * The "for" command now inserts an intact "Resent-Reply-To:" header field.
25 lines
552 B
Makefile
25 lines
552 B
Makefile
# New ports collection makefile for: nail
|
|
# Date created: 20 October 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nail
|
|
PORTVERSION= 9.31
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc"
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv"
|
|
|
|
MAN1= nail.1
|
|
|
|
.include <bsd.port.mk>
|