1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/ml/Makefile
Patrick Li baafea92cc Add working download site
PR:		38701
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-08 05:31:07 +00:00

26 lines
522 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.rge.com/pub/mail/ml/ \
http://people.netscape.com/max/ml/
MAINTAINER= ports@FreeBSD.org
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>