Pikchr (pronounced "picture") is a PIC-like markup language for diagrams in technical documentation. Pikchr is designed to be embedded in fenced code blocks of Markdown or similar mechanisms of other documentation markup languages.
21 lines
475 B
Makefile
21 lines
475 B
Makefile
PORTNAME= pikchr
|
|
PORTVERSION= 0.0.s20210504
|
|
CATEGORIES= graphics textproc
|
|
MASTER_SITES= https://pikchr.org/home/tarball/${CHECKIN}/
|
|
DISTNAME= ${PORTNAME}-${CHECKIN}${ARCHIVE_SUFX}
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= PIC-like markup language for diagrams
|
|
|
|
LICENSE= BSD0CLAUSE
|
|
|
|
CHECKIN= 90b6d5b4a3
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|
|
|