2022-08-12 11:01:42 +02:00
|
|
|
PORTNAME= bee-host
|
2022-10-07 11:28:12 +02:00
|
|
|
PORTVERSION= 1.3.5
|
2022-08-12 11:01:42 +02:00
|
|
|
CATEGORIES= editors www
|
|
|
|
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
|
|
COMMENT= Host application for Browser's Exernal Editor extension
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/rosmanov/bee-host
|
2022-08-12 11:01:42 +02:00
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
LIB_DEPENDS= libcjson.so:devel/libcjson
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= rosmanov
|
|
|
|
|
2022-08-12 18:20:26 +02:00
|
|
|
USES= cmake:noninja localbase:ldflags shebangfix
|
2022-08-12 11:01:42 +02:00
|
|
|
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>
|