aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cmark/Makefile
blob: b634672416f5bc8ae654feec509613a40e8cd624 (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
24
25
26
27
# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$

PORTNAME=   cmark
PORTVERSION=    0.26.1
CATEGORIES= textproc

MAINTAINER= t@tobik.me
COMMENT=    CommonMark parsing and rendering library and program in C

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_GITHUB= yes
GH_ACCOUNT= jgm

USES=       cmake:outsource python:3,test
USE_LDCONFIG=   yes

TEST_TARGET=    test
TEST_WRKSRC=    ${BUILD_WRKSRC}

CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man

PLIST_SUB=  VERSION=${PORTVERSION}

.include <bsd.port.mk>