1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/exim-devel/Makefile

23 lines
566 B
Makefile
Raw Normal View History

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