blob: 295bada962026293c878c1c8c4c6323b200ec772 (
plain)
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
28
|
# New ports collection makefile for: YACL
# Version required: 3.3-new
# Date created: 15 March 1998
# Whom: Jeroen Hogeveen <albast@xs4all.nl>
#
# $Id$
#
DISTNAME= ml-3.3.new
PKGNAME= ml-3.3
CATEGORIES= mail
MASTER_SITES= http://people.netscape.com/max/ml/
MAINTAINER= albast@xs4all.nl
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
REQUIRES_MOTIF= yes
pre-configure:
@echo "===> Building c-client"
@( cd ${WRKSRC}/../imap-4; make bsf )
@( cd ${WRKSRC}; ${RM} -f makeproto )
do-install:
@( cd ${WRKSRC}; make install )
.include <bsd.port.mk>
|