blob: 95bab71a58ec44e242d42da4b0925e75dd67486e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.16 2004/11/26 10:14:36 grant Exp $
DISTNAME= exim-${EXIM_VERSION}
PKGNAME= exim-exiscan-${EXIM_VERSION}_${EXISCAN_VERSION}
CATEGORIES= mail net
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://duncanthrax.net/exiscan-acl/
COMMENT= The Exim mail transfer agent, with exiscan-acl patches
CONFLICTS+= exim-[0-9]*
EXISCAN_VERSION= 28
PATCH_SITES= http://duncanthrax.net/exiscan-acl/
PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch.bz2
PATCH_DIST_STRIP= -p1
DISTINFO_FILE= ${.CURDIR}/../../mail/exim/distinfo
PATCHDIR= ${.CURDIR}/../../mail/exim/patches
FILESDIR= ${.CURDIR}/../../mail/exim/files
PLIST_SRC= ${.CURDIR}/../../mail/exim/PLIST
.include "../../mail/exim/Makefile.common"
|