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

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

Diff for /pkgsrc/net/samba/Makefile between version 1.107 and 1.108

version 1.107, 2004/01/03 18:49:50 version 1.108, 2004/01/11 00:33:03
Line 7  MAINTAINER=  kim@tac.nyc.ny.us
Line 7  MAINTAINER=  kim@tac.nyc.ny.us
 HOMEPAGE=               http://www.samba.org/  HOMEPAGE=               http://www.samba.org/
 COMMENT=                SMB/CIFS protocol server suite for UNIX  COMMENT=                SMB/CIFS protocol server suite for UNIX
   
 USE_BUILDLINK2=         yes  USE_BUILDLINK3=         yes
 USE_PKGINSTALL=         yes  USE_PKGINSTALL=         yes
 INSTALL_EXTRA_TMPL+=    ${.CURDIR}/INSTALL  INSTALL_EXTRA_TMPL+=    ${.CURDIR}/INSTALL
   
Line 21  CFLAGS+=  -I${SSLBASE}/include/openssl #
Line 21  CFLAGS+=  -I${SSLBASE}/include/openssl #
 REPLACE_PERL+=          script/findsmb.in  REPLACE_PERL+=          script/findsmb.in
   
 .if defined(USE_CUPS) && (${USE_CUPS} == "YES")  .if defined(USE_CUPS) && (${USE_CUPS} == "YES")
 .include "../../print/cups/buildlink2.mk"  .include "../../print/cups/buildlink3.mk"
 BUILD_DEFS+=            USE_CUPS  BUILD_DEFS+=            USE_CUPS
 CONFIGURE_ARGS+=        --enable-cups  CONFIGURE_ARGS+=        --enable-cups
 .endif  .endif
   
 .if defined(USE_PAM)  .if defined(USE_PAM)
 .include "../../security/PAM/buildlink2.mk"  .include "../../security/PAM/buildlink3.mk"
 BUILD_DEFS+=            USE_PAM  BUILD_DEFS+=            USE_PAM
 CONFIGURE_ARGS+=        --with-pam  CONFIGURE_ARGS+=        --with-pam
 .endif  .endif
   
 .if defined(SAMBA_USE_LDAP) && ${SAMBA_USE_LDAP} == "YES"  .if defined(SAMBA_USE_LDAP) && ${SAMBA_USE_LDAP} == "YES"
 .include "../../databases/openldap/buildlink2.mk"  .include "../../databases/openldap/buildlink3.mk"
 BUILD_DEFS+=            SAMBA_USE_LDAP  BUILD_DEFS+=            SAMBA_USE_LDAP
 CONFIGURE_ARGS+=        --with-ldapsam  CONFIGURE_ARGS+=        --with-ldapsam
 PLIST_SUBST+=           SAMBA_LDAP=""  PLIST_SUBST+=           SAMBA_LDAP=""
Line 114  post-install:
Line 114  post-install:
         ${INSTALL_SCRIPT} ${WRKSRC}/script/mksmbpasswd.sh               \          ${INSTALL_SCRIPT} ${WRKSRC}/script/mksmbpasswd.sh               \
                 ${PREFIX}/sbin/mksmbpasswd                  ${PREFIX}/sbin/mksmbpasswd
   
 .include "../../devel/readline/buildlink2.mk"  .include "../../devel/readline/buildlink3.mk"
 .include "../../security/openssl/buildlink2.mk"  .include "../../security/openssl/buildlink3.mk"
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

CVSweb <webmaster@jp.NetBSD.org>