162753422e
[0.28.3] * Include GNUInstallDirs in src/CMakeLists.txt. This fixes build problems on some cmake versions. [0.28.2] * Fixed regression in install dest for static library. Due to a mistake, 0.28.1 installed libcmark.a into include/. [0.28.1] * --smart: open quote can never occur right after ] or ). * Fix quadratic behavior in finalize (Vicent Marti). * Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc. This wasn't getting set in processing libcmark.pc.in, and we were getting the wrong entry in libcmark.pc. The new approach sets an internal libdir variable to lib${LIB_SUFFIX}. This variable is used both to set the install destination and in the libcmark.pc.in template. * Update README.md, replace make astyle with make format
12 lines
291 B
Makefile
12 lines
291 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/01/18 17:11:38 adam Exp $
|
|
|
|
BUILDLINK_TREE+= cmark
|
|
|
|
.if !defined(CMARK_BUILDLINK3_MK)
|
|
CMARK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cmark+= cmark>=0.28.3
|
|
BUILDLINK_PKGSRCDIR.cmark?= ../../textproc/cmark
|
|
.endif # CMARK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cmark
|