26 lines
549 B
Makefile
26 lines
549 B
Makefile
|
PORTNAME= bee-host
|
||
|
PORTVERSION= 1.3.4
|
||
|
CATEGORIES= editors www
|
||
|
|
||
|
MAINTAINER= thierry@FreeBSD.org
|
||
|
COMMENT= Host application for Browser's Exernal Editor extension
|
||
|
|
||
|
LICENSE= MIT
|
||
|
|
||
|
LIB_DEPENDS= libcjson.so:devel/libcjson
|
||
|
|
||
|
USE_GITHUB= yes
|
||
|
GH_ACCOUNT= rosmanov
|
||
|
|
||
|
USES= cmake:noninja localbase:ldflags python 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>
|