2000-10-21 01:00:58 +02:00
|
|
|
# New ports collection makefile for: nail
|
|
|
|
# Date created: 20 October 2000
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nail
|
2001-12-15 13:52:32 +01:00
|
|
|
PORTVERSION= 9.29
|
2002-01-29 22:42:10 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-21 01:00:58 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
|
|
|
|
|
2001-01-14 09:02:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-10-21 01:00:58 +02:00
|
|
|
|
2002-01-29 22:42:10 +01:00
|
|
|
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
|
|
|
|
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv"
|
|
|
|
|
2000-10-21 01:00:58 +02:00
|
|
|
MAN1= nail.1
|
|
|
|
|
2002-01-29 22:42:10 +01:00
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC} && ${TOUCH} Makefile.in aclocal.m4 stamp-h.in
|
|
|
|
|
2000-10-21 01:00:58 +02:00
|
|
|
.include <bsd.port.mk>
|