fa704d459b
Changes: https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.4 Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28241
30 lines
590 B
Makefile
30 lines
590 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= editorconfig-core-c
|
|
PORTVERSION= 0.12.4
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= editors
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= EditorConfig core library and executable written in C
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= doxygen:devel/doxygen
|
|
LIB_DEPENDS= libpcre2-8.so:devel/pcre2
|
|
|
|
USES= cmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= editorconfig
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION} \
|
|
SHLIB_MAJOR=${PORTVERSION:C/\..+//} \
|
|
SHLIB_VER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|