mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
7cd2fb7aeb
Note! I have fixed a bogon from previous versions where I was putting the executables in $(PREFIX)/bin. They now go in $(PREFIX)/sbin, so make sure your previous binaries have been properly removed!
26 lines
610 B
Makefile
26 lines
610 B
Makefile
# New ports collection makefile for: exim
|
|
# Version required: 1.60
|
|
# Date created: 23 June 1996
|
|
# Whom: markm
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/12/01 07:12:08 markm Exp $
|
|
#
|
|
|
|
DISTNAME= exim-1.60
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
|
|
DISTFILES= exim-1.60.tar.gz exim-texinfo-1.60.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.60/doc/* ; do \
|
|
ln -sf $$i ; \
|
|
done )
|
|
|
|
.include <bsd.port.mk>
|