22 lines
409 B
Makefile
22 lines
409 B
Makefile
# Created by: Tobias Kortkamp <t@tobik.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cmark
|
|
PORTVERSION= 0.25.2
|
|
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
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|