mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
27 lines
432 B
Makefile
27 lines
432 B
Makefile
COMMENT = library for IDE consistency
|
|
CATEGORIES = editors x11
|
|
|
|
SHARED_LIBS += editorconfig 0.0 # 0.0
|
|
|
|
GH_ACCOUNT = editorconfig
|
|
GH_PROJECT = editorconfig-core-c
|
|
GH_TAGNAME = v0.12.5
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://editorconfig.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c pcre2-8
|
|
|
|
MODULES = devel/cmake
|
|
|
|
LIB_DEPENDS = devel/pcre2
|
|
|
|
CONFIGURE_ARGS += -DBUILD_DOCUMENTATION=OFF
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|