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

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

Diff for /pkgsrc/security/ocaml-cryptokit/Makefile between version 1.5 and 1.6

version 1.5, 2013/11/01 11:30:22 version 1.6, 2014/10/09 22:28:12
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       cryptokit-1.6  DISTNAME=       cryptokit-1.9
 PKGNAME=        ocaml-${DISTNAME}  
 PKGREVISION=    2  
 CATEGORIES=     security  CATEGORIES=     security
 MASTER_SITES=   http://forge.ocamlcore.org/frs/download.php/891/  MASTER_SITES=   http://forge.ocamlcore.org/frs/download.php/1229/
   
 MAINTAINER=     jaapb@kerguelen.org  MAINTAINER=     jaapb@kerguelen.org
 HOMEPAGE=       http://forge.ocamlcore.org/projects/cryptokit/  HOMEPAGE=       http://forge.ocamlcore.org/projects/cryptokit/
 COMMENT=        Cryptographic primitives library for Objective Caml  COMMENT=        Cryptographic primitives library for Objective Caml
 LICENSE=        gnu-lgpl-v2 # with static compilation exception  LICENSE=        gnu-lgpl-v2 # with static compilation exception
   
 HAS_CONFIGURE=  yes  OCAML_USE_OASIS=        yes
 CONFIGURE_ARGS+=        --destdir "${DESTDIR}" --prefix "${PREFIX}"  
   
 USE_TOOLS+=     gmake  .include "../../mk/ocaml.mk"
 PLIST_SRC=      PLIST  
   
 SUBST_CLASSES+=         destdir  
 SUBST_STAGE.destdir=    post-configure  
 SUBST_MESSAGE.destdir=  Changing install location to DESTDIR  
 SUBST_FILES.destdir=    setup.ml  
 SUBST_SED.destdir=      -e 's,"install" :: findlib_name,"install" :: "-destdir ${DESTDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /dev/null" :: findlib_name,'  
   
 BUILD_TARGET=   build  
   
 PLIST_VARS+=    opt  
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \  
     (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")  
 PLIST.opt=      yes  
 .endif  
   
 pre-install:  USE_TOOLS+=     gmake
         ${MKDIR} ${DESTDIR}/${PREFIX}/lib/ocaml/site-lib  
   
 .include "../../devel/zlib/buildlink3.mk"  .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/ocaml/buildlink3.mk"  
 .include "../../devel/ocaml-findlib/buildlink3.mk"  
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

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

CVSweb <webmaster@jp.NetBSD.org>