freebsd-ports/mail/ml/Makefile
Mark Linimon 761e6534ca Per distfile survey, remove mastersite which disappeared in October 2003.
Apparently this was the last mirror remaining of the latest version of
this software -- the original author's page is no longer available.  A
much older version is available from smi-web.stanford.edu/projects/imap/ml
but this basically looks like abandonware.
2003-11-05 17:31:15 +00:00

32 lines
657 B
Makefile

# New ports collection makefile for: YACL
# Date created: 15 March 1998
# Whom: Jeroen Hogeveen <albast@xs4all.nl>
#
# $FreeBSD$
#
PORTNAME= ml
PORTVERSION= 3.4
CATEGORIES= mail
# mastersite disappeared in October 2003
MASTER_SITES= # http://ftp.rge.com/pub/mail/ml/
MAINTAINER= ports@FreeBSD.org
COMMENT= An X11 IMAP client
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
USE_MOTIF= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.endif
pre-configure:
@${ECHO_MSG} "===> Building c-client"
@( cd ${WRKSRC}/../imap-4; make bsi )
@( cd ${WRKSRC}; ${RM} -f makeproto )
.include <bsd.port.post.mk>