2000-10-20 23:00:58 +00:00
|
|
|
# New ports collection makefile for: nail
|
|
|
|
# Date created: 20 October 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nail
|
2003-11-15 16:47:19 +00:00
|
|
|
PORTVERSION= 10.6
|
2000-10-20 23:00:58 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
|
|
|
|
|
2001-01-14 08:02:08 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= BSD mail utility with MIME extensions
|
2000-10-20 23:00:58 +00:00
|
|
|
|
2002-03-18 09:46:46 +00:00
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
2002-01-29 21:42:10 +00:00
|
|
|
|
2002-02-20 15:59:17 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-01-29 21:42:10 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-10-07 00:57:32 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
|
|
|
CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc"
|
2002-01-29 21:42:10 +00:00
|
|
|
|
2000-10-20 23:00:58 +00:00
|
|
|
MAN1= nail.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|