[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / dovecot2-pigeonhole

Annotation of pkgsrc/mail/dovecot2-pigeonhole/Makefile, Revision 1.46

1.46    ! taca        1: # $NetBSD: Makefile,v 1.45 2018/11/30 18:44:11 adam Exp $
1.1       adam        2:
1.46    ! taca        3: DISTNAME=      dovecot-2.3-pigeonhole-0.5.5
1.38      fhajny      4: PKGNAME=       ${DISTNAME:S/-2.3-/-/}
1.4       adam        5: CATEGORIES=    mail
1.38      fhajny      6: MASTER_SITES=  http://pigeonhole.dovecot.org/releases/2.3/
1.4       adam        7:
1.12      ghen        8: MAINTAINER=    adam@NetBSD.org
1.4       adam        9: HOMEPAGE=      http://www.dovecot.org/
                     10: COMMENT=       Support for the Sieve language and the ManageSieve protocol
                     11: LICENSE=       gnu-lgpl-v2.1
1.1       adam       12:
1.43      adam       13: USE_LIBTOOL=           yes
1.1       adam       14: USE_TOOLS+=            pkg-config rpcgen
                     15: GNU_CONFIGURE=         yes
                     16:
1.3       ghen       17: EGDIR=                 ${PREFIX}/share/examples/dovecot
                     18: CONFD=                 ${PKG_SYSCONFDIR}/dovecot/conf.d
                     19: MAKE_DIRS+=            ${CONFD}
                     20: CONF_FILES+=           ${EGDIR}/conf.d/20-managesieve.conf ${CONFD}/20-managesieve.conf
                     21: CONF_FILES+=           ${EGDIR}/conf.d/90-sieve.conf ${CONFD}/90-sieve.conf
1.1       adam       22:
                     23: .include "../../mail/dovecot2/buildlink3.mk"
                     24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>