1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/editors/bee-host/Makefile
2023-12-14 19:34:01 +01:00

27 lines
587 B
Makefile

PORTNAME= bee-host
DISTVERSION= 1.3.7-2
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>