pkgsrc/textproc/libcyaml/Makefile
nia 4c7aa76b32 add textproc/libyaml - based on work by Charlotte Koch in wip
LibCYAML is a C library for reading and writing structured YAML documents.
It is written in ISO C11 and licensed under the ISC license.
2021-08-06 12:29:23 +00:00

23 lines
639 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/08/06 12:29:23 nia Exp $
DISTNAME= libcyaml-1.2.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=tlsa/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= dressupgeekout@gmail.com
HOMEPAGE= https://github.com/tlsa/libcyaml
COMMENT= Schema-based YAML parsing and serialization
LICENSE= isc
USE_TOOLS+= gmake
NO_CONFIGURE= yes
# The Makefile wants to add a bunch of options to install(1) specific to GNU
# install(1) -- disable those right here.
INSTALL_MAKE_FLAGS+= INSTALL="install"
PKGCONFIG_OVERRIDE+= libcyaml.pc.in
.include "../../textproc/libyaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"