2015-10-07 21:28:47 +02:00
|
|
|
# Created by: Tobias Kortkamp <t@tobik.me>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cmark
|
2016-03-27 09:32:33 +02:00
|
|
|
PORTVERSION= 0.25.2
|
2015-10-07 21:28:47 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
|
|
|
|
MAINTAINER= t@tobik.me
|
|
|
|
COMMENT= CommonMark parsing and rendering library and program in C
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2016-01-18 14:16:18 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2015-10-07 21:28:47 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= jgm
|
|
|
|
|
|
|
|
USES= cmake:outsource
|
2016-01-07 11:41:13 +01:00
|
|
|
USE_LDCONFIG= yes
|
2015-10-07 21:28:47 +02:00
|
|
|
|
2016-03-27 09:32:33 +02:00
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man
|
2015-10-07 21:28:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|