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

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

Diff for /pkgsrc/net/ucspi-ssl/Makefile between version 1.3 and 1.5

version 1.3, 2008/01/18 05:08:51 version 1.5, 2010/03/15 03:02:25
Line 2 
Line 2 
 #  #
   
 DISTNAME=               ucspi-ssl-0.70  DISTNAME=               ucspi-ssl-0.70
 PKGREVISION=            2  PKGREVISION=            3
 CATEGORIES=             net  CATEGORIES=             net
 MASTER_SITES=           http://www.superscript.com/ucspi-ssl/  MASTER_SITES=           ${HOMEPAGE}
   
 MAINTAINER=             schmonz@NetBSD.org  MAINTAINER=             schmonz@NetBSD.org
 HOMEPAGE=               http://www.superscript.com/ucspi-ssl/intro.html  HOMEPAGE=               http://www.superscript.com/ucspi-ssl/
 COMMENT=                Command-line tools for SSL client-server applications  COMMENT=                Command-line tools for SSL client-server applications
   
   PKG_DESTDIR_SUPPORT=    user-destdir
   
 DEPENDS+=               ucspi-tcp-[0-9]*:../../net/ucspi-tcp  DEPENDS+=               ucspi-tcp-[0-9]*:../../net/ucspi-tcp
   
 WRKSRC=                 ${WRKDIR}/host/superscript.com/net/${PKGNAME_NOREV}  WRKSRC=                 ${WRKDIR}/host/superscript.com/net/${PKGNAME_NOREV}
 DJB_SLASHPACKAGE=       YES  DJB_SLASHPACKAGE=       YES
   DJB_RESTRICTED=         no
   
 SSL_SCRIPTS=            https@ sslcat sslconnect  SSL_SCRIPTS=            https@ sslcat sslconnect
 SSL_PROGRAMS=           sslclient sslserver  SSL_PROGRAMS=           sslclient sslserver
Line 43  INSTALLATION_DIRS= bin share/doc/ucspi-s
Line 46  INSTALLATION_DIRS= bin share/doc/ucspi-s
   
 do-install:  do-install:
 .       for i in ${SSL_SCRIPTS}  .       for i in ${SSL_SCRIPTS}
           ${INSTALL_SCRIPT} ${WRKSRC}/command/${i} ${PREFIX}/bin            ${INSTALL_SCRIPT} ${WRKSRC}/command/${i} ${DESTDIR}${PREFIX}/bin
 .       endfor  .       endfor
   
 .       for i in ${SSL_PROGRAMS}  .       for i in ${SSL_PROGRAMS}
           ${INSTALL_PROGRAM} ${WRKSRC}/command/${i} ${PREFIX}/bin            ${INSTALL_PROGRAM} ${WRKSRC}/command/${i} ${DESTDIR}${PREFIX}/bin
 .       endfor  .       endfor
   
 .       for i in CHANGES TODO UCSPI-SSL  .       for i in CHANGES TODO UCSPI-SSL
           ${INSTALL_DATA} ${WRKSRC}/src/${i} ${PREFIX}/share/doc/ucspi-ssl            ${INSTALL_DATA} ${WRKSRC}/src/${i} \
               ${DESTDIR}${PREFIX}/share/doc/ucspi-ssl
 .       endfor  .       endfor
   
 .include "../../security/openssl/buildlink3.mk"  .include "../../security/openssl/buildlink3.mk"

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

CVSweb <webmaster@jp.NetBSD.org>