blob: bbae165ecf1e5527c04c09a15284a461c2b08425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.52 2004/12/28 02:47:44 reed Exp $
DISTNAME= exim-${EXIM_VERSION}
PKGREVISION= 1
CATEGORIES= mail net
PKGREVISION= 2
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.exim.org/
COMMENT= The Exim mail transfer agent, a replacement for sendmail
CONFLICTS+= exim-exiscan-[0-9]*
.include "Makefile.common"
# Note: The distinfo in this directory includes the exiscan-acl-4.22-10.patch
# 'make mdi' or equivalent should be run from ../exim-exiscan-acl
|