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

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

Diff for /pkgsrc/security/openssl/Makefile between version 1.9 and 1.10

version 1.9, 1999/11/25 18:51:47 version 1.10, 1999/11/26 19:14:56
Line 25  CONFIGURE_ARGS=  -fPIC -DPIC --openssldi
Line 25  CONFIGURE_ARGS=  -fPIC -DPIC --openssldi
 #CONFIGURE_ENV=         PREFIX=${PREFIX}  #CONFIGURE_ENV=         PREFIX=${PREFIX}
 MAKE_ENV=               LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib  MAKE_ENV=               LD_LIBRARY_PATH=${WRKSRC} MAKELIB=${FILESDIR}/makelib
   
   # Note, this list gets bigger if using the RSAref library
   PLIST_SRC=              pkg/PLIST
   
 .if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)  .if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)
 IGNORE=                 requires shared object support  IGNORE=                 requires shared object support
 .endif  .endif
Line 34  IGNORE=   requires shared object support
Line 37  IGNORE=   requires shared object support
 .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES  .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
 DEPENDS=                rsaref-2.0p2:../../security/rsaref  DEPENDS=                rsaref-2.0p2:../../security/rsaref
 CONFIGURE_ARGS+=        rsaref  CONFIGURE_ARGS+=        rsaref
   PLIST_SRC+=             pkg/PLIST.rsaref
 .endif  .endif
   
 fetch-depends:  fetch-depends:
Line 79  do-install:
Line 83  do-install:
         ${INSTALL_DATA} ${WRKSRC}/apps/openssl.cnf ${PREFIX}/etc/openssl.cnf.example          ${INSTALL_DATA} ${WRKSRC}/apps/openssl.cnf ${PREFIX}/etc/openssl.cnf.example
         cd ${WRKSRC} && \          cd ${WRKSRC} && \
                 ${INSTALL_DATA} libcrypto.so.?.0 libssl.so.?.0 ${PREFIX}/lib/                  ${INSTALL_DATA} libcrypto.so.?.0 libssl.so.?.0 ${PREFIX}/lib/
   .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
           # libRSAglue.a is only useful if you are using the RSAREF2 library.
           cd ${WRKSRC} && ${INSTALL_DATA} libRSAglue.a ${PREFIX}/lib/
   .endif
         ${INSTALL_DATA_DIR} ${PREFIX}/include/openssl          ${INSTALL_DATA_DIR} ${PREFIX}/include/openssl
         cd ${WRKSRC}/include/openssl && \          cd ${WRKSRC}/include/openssl && \
         for file in \          for file in \

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

CVSweb <webmaster@jp.NetBSD.org>