freebsd-ports/graphics/pikchr/Makefile
Baptiste Daroussin 8bba0376de mail/pikchr: new port
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.
2021-05-24 14:28:03 +02:00

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>