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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mail/dovecot/Attic/Makefile between version 1.3 and 1.9

version 1.3, 2003/06/19 16:11:11 version 1.9, 2003/11/02 17:24:07
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       dovecot-0.99.10-test14  DISTNAME=               dovecot-0.99.10
 PKGNAME=        ${DISTNAME:S/-test/beta/}  PKGREVISION=            3
 CATEGORIES=     mail  CATEGORIES=             mail
 MASTER_SITES=   http://dovecot.procontrol.fi/   \  MASTER_SITES=           http://dovecot.procontrol.fi/
                 http://dovecot.procontrol.fi/test/  
   PATCH_SITES=            ${MASTER_SITES}
 MAINTAINER=     tom@replic8.net  PATCHFILES=             auth-home.patch bodystructure.patch
 HOMEPAGE=       http://dovecot.procontrol.fi/  PATCH_DIST_STRIP=       -p1
 COMMENT=        Secure IMAP and POP3 server  
   MAINTAINER=             tom@replic8.net
 USE_BUILDLINK2= YES  HOMEPAGE=               http://dovecot.procontrol.fi/
 USE_LIBTOOL=    YES  COMMENT=                Secure IMAP and POP3 server
 USE_PKGINSTALL= YES  
 GNU_CONFIGURE=  YES  USE_BUILDLINK2=         YES
   USE_LIBTOOL=            YES
   USE_PKGINSTALL=         YES
   GNU_CONFIGURE=          YES
   
 LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool  LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
   
 CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR}  CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=        --localstatedir=/var  CONFIGURE_ARGS+=        --localstatedir=/var
 CONFIGURE_ARGS+=        --with-ssldir=/etc/openssl  CONFIGURE_ARGS+=        --with-ssldir=${SSLCERTS}
   
 DOVECOT_USE_GNUTLS?=    NO  .include "../../mk/bsd.prefs.mk"
   
   BUILD_DEFS+=            DOVECOT_USE_GNUTLS DOVECOT_USE_PGSQL    \
                           USE_INET6 USE_OPENLDAP USE_SASL2
   
 .if !empty(DOVECOT_USE_GNUTLS:M[Yy][Ee][Ss])  .if !empty(DOVECOT_USE_GNUTLS:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=        --enable-ssl=gnutls  CONFIGURE_ARGS+=        --enable-ssl=gnutls
Line 32  CONFIGURE_ARGS+=        --enable-ssl=ope
Line 38  CONFIGURE_ARGS+=        --enable-ssl=ope
 .include "../../security/openssl/buildlink2.mk"  .include "../../security/openssl/buildlink2.mk"
 .endif  .endif
   
 DOVECOT_USE_LDAP?=      NO  
   
 .if !empty(DOVECOT_USE_LDAP:M[Yy][Ee][Ss])  
 CONFIGURE_ARGS+=        --with-ldap  
 .include "../../databases/openldap/buildlink2.mk"  
 .endif  
   
 DOVECOT_USE_PGSQL?=     NO  
   
 .if !empty(DOVECOT_USE_PGSQL:M[Yy][Ee][Ss])  .if !empty(DOVECOT_USE_PGSQL:M[Yy][Ee][Ss])
 CONFIGURE_ARGS+=        --with-pgsql  CONFIGURE_ARGS+=        --with-pgsql
 CPPFLAGS=               -I${BUILDLINK_DIR}/include/pgsql  CPPFLAGS=               -I${BUILDLINK_DIR}/include/pgsql
Line 48  CPPFLAGS=  -I${BUILDLINK_DIR}/include/pg
Line 45  CPPFLAGS=  -I${BUILDLINK_DIR}/include/pg
 .endif  .endif
   
 .if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])  .if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
 BUILD_DEFS+=            USE_INET6  
 CONFIGURE_ARGS+=        --enable-ipv6  CONFIGURE_ARGS+=        --enable-ipv6
 .endif  .endif
   
   .if !empty(USE_OPENLDAP:M[Yy][Ee][Ss])
   CONFIGURE_ARGS+=        --with-ldap
   .include "../../databases/openldap/buildlink2.mk"
   .endif
   
   .if defined(USE_SASL2) && !empty(USE_SASL2:M[Yy][Ee][Ss])
   CONFIGURE_ARGS+=        --with-cyrus-sasl2
   .include "../../security/cyrus-sasl2/buildlink2.mk"
   .endif
   
 RCD_SCRIPTS=    dovecot  RCD_SCRIPTS=    dovecot
   
 DOVECOT_USER?=  dovecot  DOVECOT_USER?=  dovecot

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>