freebsd-ports/mail/ml/Makefile

36 lines
716 B
Makefile
Raw Normal View History

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