mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
73481d885a
- Take maintainership PR: ports/85119 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: portmgr (marcus)
26 lines
521 B
Makefile
26 lines
521 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
|
|
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>
|