25 lines
726 B
Makefile
25 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/08/13 15:10:48 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=22
|
|
|
|
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"
|
|
|