mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
b2e7bc0460
will make the anti-spam camp happy...
26 lines
567 B
Makefile
26 lines
567 B
Makefile
# New ports collection makefile for: exim
|
|
# Version required: 1.71
|
|
# Date created: 23 June 1996
|
|
# Whom: markm
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= exim-1.71
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
|
|
DISTFILES= exim-1.71.tar.gz exim-texinfo-1.71.tar.gz
|
|
|
|
MAINTAINER= markm@FreeBSD.ORG
|
|
|
|
do-configure:
|
|
@${MKDIR} ${WRKSRC}/Local
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Local
|
|
@${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
|
|
@(cd ${WRKSRC}/doc ; \
|
|
for i in ../../exim-texinfo-1.71/doc/* ; do \
|
|
ln -sf $$i ; \
|
|
done )
|
|
|
|
.include <bsd.port.mk>
|