blob: 375ba6a8189e22d719cbaa1adb505e5a46d197a4 (
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
|
# New ports collection makefile for: YACL
# Version required: 3.4
# Date created: 15 March 1998
# Whom: Jeroen Hogeveen <albast@xs4all.nl>
#
# $FreeBSD$
#
DISTNAME= ml-3.4
CATEGORIES= mail
MASTER_SITES= http://people.netscape.com/max/ml/
MAINTAINER= albast@xs4all.nl
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_IMAKE= yes
REQUIRES_MOTIF= yes
NO_INSTALL_MANPAGES= yes
pre-configure:
@${ECHO_MSG} "===> Building c-client"
@( cd ${WRKSRC}/../imap-4; make bsi )
@( cd ${WRKSRC}; ${RM} -f makeproto )
.include <bsd.port.mk>
|