Update editors/focuswriter to version 1.5.7
[dports.git] / editors / editorconfig-core-c / Makefile
1 # Created by: Akinori MUSHA aka knu <knu@idaemons.org>
2 # $FreeBSD$
3
4 PORTNAME=       editorconfig-core-c
5 PORTVERSION=    0.11.5
6 DISTVERSIONPREFIX=      v
7 CATEGORIES=     editors
8
9 MAINTAINER=     knu@FreeBSD.org
10 COMMENT=        EditorConfig core library and executable written in C
11
12 USE_GITHUB=     yes
13 GH_ACCOUNT=     editorconfig
14
15 USES=           cmake
16 USE_LDCONFIG=   yes
17
18 PLIST_SUB=      PORTVERSION=${PORTVERSION} \
19                 SHLIB_MAJOR=${PORTVERSION:C/\..+//} \
20                 SHLIB_VER=${PORTVERSION}
21
22 .include <bsd.port.mk>