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

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

Diff for /pkgsrc/devel/doxygen/Makefile between version 1.152 and 1.153

version 1.152, 2020/11/05 09:07:53 version 1.153, 2021/04/13 09:02:25
Line 2 
Line 2 
   
 DISTNAME=       doxygen-1.8.20.src  DISTNAME=       doxygen-1.8.20.src
 PKGNAME=        ${DISTNAME:S/.src//}  PKGNAME=        ${DISTNAME:S/.src//}
 PKGREVISION=    1  PKGREVISION=    2
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   http://doxygen.nl/files/  MASTER_SITES=   http://doxygen.nl/files/
   
Line 29  CMAKE_ARGS+=  -DDOC_INSTALL_DIR=share/do
Line 29  CMAKE_ARGS+=  -DDOC_INSTALL_DIR=share/do
 CMAKE_ARGS+=            -DGIT_EXECUTABLE=git # avoid searching for git executable  CMAKE_ARGS+=            -DGIT_EXECUTABLE=git # avoid searching for git executable
 TEST_TARGET=            tests  TEST_TARGET=            tests
   
   PYTHON_FOR_BUILD_ONLY=  tool
   
 # Case Insensitive or Case Sensitive File System  # Case Insensitive or Case Sensitive File System
 PLIST_VARS+=            ci cs  PLIST_VARS+=            ci cs
   
Line 71  post-install:
Line 73  post-install:
 .endif  .endif
   
 .include "../../converters/libiconv/buildlink3.mk"  .include "../../converters/libiconv/buildlink3.mk"
 BUILDLINK_API_DEPENDS.graphviz+=        graphviz>=2.12nb1  
 .include "../../graphics/graphviz/buildlink3.mk"  .include "../../graphics/graphviz/buildlink3.mk"
 .include "../../lang/python/pyversion.mk"  .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153

CVSweb <webmaster@jp.NetBSD.org>