Mercurial > hgrepos > FreeBSD > ports > net-mgmt > prometheus-client-c
view prometheus-client-c-libpromhttp/Makefile @ 11:b25a1823eec3
Move old libpromhttp into prometheus-client-c-libpromhttp/ directory.
Also remove its .hgignore because there is a new common .hgignore now already.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 19 Mar 2025 08:50:48 +0100 |
| parents | Makefile@40cf179a620e |
| children |
line wrap: on
line source
PORTNAME= prometheus-client-c-libpromhttp DISTVERSION= 0.1.3 CATEGORIES= net-mgmt MAINTAINER= freebsd-dev@dom66.de COMMENT= This is libpromhttp -- a C-client library for Prometheus WWW= https://github.com/digitalocean/prometheus-client-c LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:noninja compiler:c11 USE_GITHUB= yes GH_ACCOUNT= digitalocean GH_PROJECT= prometheus-client-c GH_TAGNAME= v${DISTVERSION} LIB_DEPENDS= libprom.so:net-mgmt/prometheus-client-c-libprom \ libmicrohttpd.so:www/libmicrohttpd USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/promhttp do-install: (cd ${CMAKE_SOURCE_PATH}/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include) ${INSTALL_LIB} ${BUILD_WRKSRC}/libpromhttp.so ${STAGEDIR}${PREFIX}/lib/libpromhttp.so .include <bsd.port.mk>
