38269f099b
here is the correct commit message: Import editorconfig-core-0.12.1 as devel/editorconfig-core Editorconfig C library command line client. This library is used by editorconfig plugins that are written in C and those that use the command line interface to editorconfig. Editorconfig reads .editorconfig files that define a coding style for a project. This allows the coding style to be set by the project instead of the developer. Then the developer does not have to change style between each project, the editor knows the coding style of a file that belongs to a certain project. Packaged in wip by myself. The wip verson was at 0.12 the most important change between 0.12 and 0.12.1 is this: Fix an issue that libeditorconfig calls exit()---this should not be called in a library function.
17 lines
478 B
Makefile
17 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/05/28 19:59:04 nros Exp $
|
|
|
|
DISTNAME= editorconfig-core-c-0.12.1
|
|
PKGNAME= ${DISTNAME:S/c-//}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://downloads.sf.net/project/editorconfig/EditorConfig-C-Core/${PKGVERSION}/source/
|
|
|
|
MAINTAINER= nros@NetBSD.org
|
|
HOMEPAGE= http://www.editorconfig.org/
|
|
COMMENT= Editorconfig C library
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_CMAKE= yes
|
|
|
|
.include "options.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|