1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/mail/ml/Makefile

33 lines
657 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 06:51:17 +00:00
# $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
2003-02-20 19:00:52 +00:00
COMMENT= An X11 IMAP client
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
pre-configure:
@${ECHO_MSG} "===> Building c-client"
@( cd ${WRKSRC}/../imap-4; make bsi )
@( cd ${WRKSRC}; ${RM} -f makeproto )
2003-05-18 12:28:52 +00:00
.include <bsd.port.post.mk>