aboutsummaryrefslogtreecommitdiff
path: root/editors/editorconfig-core-c/Makefile
blob: 8d881a74e7408b6b82550312148a5442be99b3aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$

PORTNAME=	editorconfig-core-c
PORTVERSION=	0.11.5
CATEGORIES=	editors

MAINTAINER=	knu@FreeBSD.org
COMMENT=	EditorConfig core library and executable written in C

USE_GITHUB=	yes
GH_ACCOUNT=	editorconfig
GH_TAGNAME=	v${PORTVERSION}
GH_COMMIT=	c5e2a58

USES=		cmake
USE_LDCONFIG=	yes

PLIST_SUB=	PORTVERSION=${PORTVERSION} \
		SHLIB_MAJOR=${PORTVERSION:C/\..+//} \
		SHLIB_VER=${PORTVERSION}

.include <bsd.port.mk>