1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/editors/bee-host/Makefile
2022-10-07 12:44:43 +02:00

27 lines
585 B
Makefile

PORTNAME= bee-host
PORTVERSION= 1.3.5
CATEGORIES= editors www
MAINTAINER= thierry@FreeBSD.org
COMMENT= Host application for Browser's Exernal Editor extension
WWW= https://github.com/rosmanov/bee-host
LICENSE= MIT
LIB_DEPENDS= libcjson.so:devel/libcjson
USE_GITHUB= yes
GH_ACCOUNT= rosmanov
USES= cmake:noninja localbase:ldflags shebangfix
SHEBANG_GLOB= *.sh
LDFLAGS+= -lcjson -lcjson_utils
CMAKE_ARGS= -DCMAKE_DOC_DIR:PATH=${DOCSDIR_REL}
OPTIONS_DEFINE= DOCS
pre-configure:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE:C|/||}|' ${WRKSRC}/vars.sh
.include <bsd.port.mk>