blob: 2c5e9c1c50e34ccb41cec3c6083ee668fc3a581d (
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
25
|
# $NetBSD: Makefile,v 1.14 2004/08/27 10:46:52 abs 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=27
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"
|