1999-01-11 05:13:09 +00:00
|
|
|
# New ports collection makefile for: YACL
|
|
|
|
# Date created: 15 March 1998
|
|
|
|
# Whom: Jeroen Hogeveen <albast@xs4all.nl>
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1999-01-11 05:13:09 +00:00
|
|
|
#
|
|
|
|
|
2001-02-05 15:11:27 +00:00
|
|
|
PORTNAME= ml
|
|
|
|
PORTVERSION= 3.4
|
|
|
|
CATEGORIES= mail
|
2003-11-05 17:31:15 +00:00
|
|
|
# mastersite disappeared in October 2003
|
|
|
|
MASTER_SITES= # http://ftp.rge.com/pub/mail/ml/
|
1999-01-11 05:13:09 +00:00
|
|
|
|
2001-02-05 15:11:27 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= An X11 IMAP client
|
1999-01-11 05:13:09 +00:00
|
|
|
|
2003-06-04 22:43:38 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
USE_IMAKE= yes
|
|
|
|
USE_MOTIF= yes
|
|
|
|
|
2003-05-18 12:28:52 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
1999-01-11 05:13:09 +00:00
|
|
|
pre-configure:
|
1999-08-27 22:30:39 +00:00
|
|
|
@${ECHO_MSG} "===> Building c-client"
|
1999-06-26 09:22:50 +00:00
|
|
|
@( cd ${WRKSRC}/../imap-4; make bsi )
|
1999-01-11 05:13:09 +00:00
|
|
|
@( cd ${WRKSRC}; ${RM} -f makeproto )
|
|
|
|
|
2003-05-18 12:28:52 +00:00
|
|
|
.include <bsd.port.post.mk>
|