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

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

Diff for /pkgsrc/devel/flatbuffers/Makefile between version 1.3 and 1.5

version 1.3, 2018/05/08 16:44:15 version 1.5, 2020/05/09 13:46:59
Line 6  MASTER_SITES= ${MASTER_SITE_GITHUB:=goog
Line 6  MASTER_SITES= ${MASTER_SITE_GITHUB:=goog
 GITHUB_TAG=     v${PKGVERSION_NOREV}  GITHUB_TAG=     v${PKGVERSION_NOREV}
   
 MAINTAINER=     minskim@NetBSD.org  MAINTAINER=     minskim@NetBSD.org
 HOMEPAGE=       http://google.github.io/flatbuffers/  HOMEPAGE=       https://google.github.io/flatbuffers/
 COMMENT=        Memory efficient serialization library  COMMENT=        Memory efficient serialization library
 LICENSE=        apache-2.0  LICENSE=        apache-2.0
   
Line 16  USE_LANGUAGES= c c++11
Line 16  USE_LANGUAGES= c c++11
 CMAKE_ARGS+=    -DCMAKE_BUILD_TYPE=Release  CMAKE_ARGS+=    -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=    -DFLATBUFFERS_BUILD_SHAREDLIB=ON  CMAKE_ARGS+=    -DFLATBUFFERS_BUILD_SHAREDLIB=ON
   
   post-install:
           ${RM} -f ${DESTDIR}${PREFIX}/include/flatbuffers/flatbuffers.h.orig
           ${RM} -f ${DESTDIR}${PREFIX}/include/flatbuffers/reflection.h.orig
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

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

CVSweb <webmaster@jp.NetBSD.org>