freebsd-ports/mail/heirloom-mailx/Makefile
Christian Weisgerber b1e12276e1 * Fix build problem caused by strcasestr().
* Add support for character set conversions using iconv().
2002-01-29 21:42:10 +00:00

27 lines
584 B
Makefile

# New ports collection makefile for: nail
# Date created: 20 October 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nail
PORTVERSION= 9.29
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv"
MAN1= nail.1
post-patch:
@cd ${WRKSRC} && ${TOUCH} Makefile.in aclocal.m4 stamp-h.in
.include <bsd.port.mk>