pkgsrc/mail/avenger/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

31 lines
767 B
Makefile

# $NetBSD: Makefile,v 1.17 2014/05/29 23:36:44 wiz Exp $
DISTNAME= avenger-0.8.2
PKGREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://www.mailavenger.org/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.mailavenger.org/
COMMENT= SMTP server with filtering capabilities
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
CONFLICTS= deliver-[0-9]*
BDB_ACCEPTED= db4 db5
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= perl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-db=${BDBBASE}
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= BDB_TYPE="${BDB_TYPE}"
PKG_SYSCONFSUBDIR= avenger
LDFLAGS.SunOS+= -lsocket -lnsl
CFLAGS.SunOS+= -DDBM_RDONLY=O_RDONLY
.include "options.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"