diff options
author | adam <adam@pkgsrc.org> | 2010-09-09 12:42:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-09 12:42:27 +0000 |
commit | 07274435836acd5b8f68f6297fdfdb437f25cf46 (patch) | |
tree | 293ce12d220b03277edc81a57c593f7145b3a428 /mail/dbmail/Makefile | |
parent | e9c6f856371c2ee89d72320477ed65429d34b3b7 (diff) | |
download | pkgsrc-07274435836acd5b8f68f6297fdfdb437f25cf46.tar.gz |
Changes 2.2.17:
* Bug-fix release.
Diffstat (limited to 'mail/dbmail/Makefile')
-rw-r--r-- | mail/dbmail/Makefile | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 17b67b47e2c..de347a4ebe3 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -1,23 +1,22 @@ -# $NetBSD: Makefile,v 1.24 2010/08/06 08:49:34 tnn Exp $ -# +# $NetBSD: Makefile,v 1.25 2010/09/09 12:42:27 adam Exp $ -DISTNAME= dbmail-2.2.16 -CATEGORIES= mail -MASTER_SITES= http://www.dbmail.org/download/2.2/ +DISTNAME= dbmail-2.2.17 +CATEGORIES= mail +MASTER_SITES= http://www.dbmail.org/download/2.2/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.dbmail.org/ -COMMENT= Store and retrieve mail messages in a database -LICENSE= gnu-gpl-v2 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.dbmail.org/ +COMMENT= Store and retrieve mail messages in a database +LICENSE= gnu-gpl-v2 +USE_TOOLS+= gmake pkg-config +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log CONFIGURE_ARGS+= --with-pkglibdir=${PREFIX}/lib/dbmail CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run -USE_TOOLS+= gmake pkg-config -USE_LIBTOOL= yes -USE_PKGLOCALEDIR= yes BUILD_DEFS+= VARBASE |