1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/mail/exim/Makefile

28 lines
631 B
Makefile
Raw Normal View History

# New ports collection makefile for: exim
1998-05-25 12:13:38 +00:00
# Version required: 1.92
# Date created: 23 June 1996
# Whom: markm
#
1998-05-25 12:13:38 +00:00
# $Id: Makefile,v 1.12 1998/02/09 14:32:28 markm Exp $
#
1998-05-25 12:13:38 +00:00
DISTNAME= exim-1.92
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
1998-05-25 12:13:38 +00:00
DISTFILES= exim-1.92.tar.gz exim-texinfo-1.90.tar.gz
MAINTAINER= markm@FreeBSD.ORG
1998-05-25 12:13:38 +00:00
USE_PERL5= YES
do-configure:
@${MKDIR} ${WRKSRC}/Local
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local
@${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
@(cd ${WRKSRC}/doc ; \
1998-05-25 12:13:38 +00:00
for i in ../../exim-texinfo-1.90/doc/* ; do \
ln -sf $$i ; \
done )
.include <bsd.port.mk>