summaryrefslogtreecommitdiff
path: root/mail/ml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ml/Makefile')
-rw-r--r--mail/ml/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile
deleted file mode 100644
index a81618b620f9..000000000000
--- a/mail/ml/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Jeroen Hogeveen <albast@xs4all.nl>
-# $FreeBSD$
-
-PORTNAME= ml
-PORTVERSION= 3.4
-PORTREVISION= 3
-CATEGORIES= mail
-MASTER_SITES= http://ftp.uni-koeln.de/windows/xcontrib/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X11 IMAP client
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USES= imake motif
-USE_XORG= ice sm x11 xext xmu xp xt
-
-post-patch:
- @${REINPLACE_CMD} 's,ML_LIBDIR),DESTDIR)$$(&,g' \
- ${WRKSRC}/Imakefile
-
-pre-configure:
- @${ECHO_MSG} "===> Building c-client"
- @( cd ${WRKSRC}/../imap-4; make bsi )
- @( cd ${WRKSRC}; ${RM} -f makeproto )
-
-.include <bsd.port.mk>