blob: b24234c45c1fba70da85f14e1584e48f8480c354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2001/02/17 18:24:51 wiz Exp $
#
DISTNAME= maildrop-1.2.2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/
COMMENT= mail delivery agent with filtering abilities
.if make(install-run-depends) # only needed for building
USE_PERL5= YES
.endif
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--with-db=db
.include "../../mk/bsd.pkg.mk"
|