freebsd-ports/mail/ml/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
537 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
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://ftp.uni-koeln.de/windows/xcontrib/
MAINTAINER= mjl@luckie.org.nz
COMMENT= An X11 IMAP client
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
USE_MOTIF= yes
pre-configure:
@${ECHO_MSG} "===> Building c-client"
@( cd ${WRKSRC}/../imap-4; make bsi )
@( cd ${WRKSRC}; ${RM} -f makeproto )
.include <bsd.port.mk>