# New ports collection makefile for:	YACL
# Date created:		15 March 1998
# Whom:			Jeroen Hogeveen <albast@xs4all.nl>
#
# $FreeBSD: ports/mail/ml/Makefile,v 1.13 2003/05/18 12:26:07 kris Exp $
#

PORTNAME=	ml
PORTVERSION=	3.4
CATEGORIES=	mail
MASTER_SITES=	http://ftp.rge.com/pub/mail/ml/ \
		http://people.netscape.com/max/ml/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An X11 IMAP client

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

WRKSRC=		${WRKDIR}/${DISTNAME}/src
USE_IMAKE=	yes
USE_MOTIF=	yes

pre-configure:
	@${ECHO_MSG} "===>  Building c-client"
	@( cd ${WRKSRC}/../imap-4; make bsi )
	@( cd ${WRKSRC}; ${RM} -f makeproto )

.include <bsd.port.post.mk>
