blob: 4be0d7b7a43691d7c1a382e50b62a66bab314e68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: YACL
# Date created: 15 March 1998
# Whom: 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= mjl@luckie.org.nz
COMMENT= An X11 IMAP client
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xmu xp xt
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>
|