freebsd-ports/mail/exim-devel/Makefile

23 lines
566 B
Makefile
Raw Normal View History

# New ports collection makefile for: exim
1996-10-31 20:26:07 +01:00
# Version required: 0.57
# Date created: 23 June 1996
# Whom: markm
#
1996-10-31 20:26:07 +01:00
# $Id: Makefile,v 1.2 1996/07/09 21:24:41 asami Exp $
#
1996-10-31 20:26:07 +01:00
DISTNAME= exim-0.57
CATEGORIES+= mail
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
1996-10-31 20:26:07 +01:00
DISTFILES= exim-0.57.tar.gz exim-texinfo-0.57.tar.gz
MAINTAINER= markm@FreeBSD.ORG
do-configure:
mkdir ${WRKSRC}/Local
cp ${FILESDIR}/Makefile ${WRKSRC}/Local
cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local
1996-10-31 20:26:07 +01:00
(cd ${WRKSRC}/doc ; ln -s ../../exim-texinfo-0.57/doc/* )
.include <bsd.port.mk>