blob: b16edc968d4391c72c444219aeba15655a696554 (
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.15 2004/10/07 17:29:16 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=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"
|