1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/mail/nail/Makefile
Christian Weisgerber abd6f56f04 Update to 9.30. User-visible changes in this release:
* Avoid to prepend quote prefix twice when replying to multipart messages.
* Fixed a problem with empty Content-type fields in multipart messages.
* Allow name lists for -b and -c command line options.
* Added the "showlast" option.
2002-02-20 15:59:17 +00:00

25 lines
541 B
Makefile

# New ports collection makefile for: nail
# Date created: 20 October 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nail
PORTVERSION= 9.30
CATEGORIES= mail
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv"
MAN1= nail.1
.include <bsd.port.mk>