annotate Makefile @ 1:2bc52187ae16

Build the meta-port for libprom and libpromhttp in version 0.1.3
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Mar 2025 18:39:25 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 PORTNAME= prometheus-client-c
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2 DISTVERSION= 0.1.3
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 CATEGORIES= net-mgmt
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 MASTER_SITES=
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5 DISTFILES=
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
6
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
7 MAINTAINER= freebsd-dev@dom66.de
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
8 COMMENT= Meta-port to include libprom and libpromhttp
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
9 WWW= https://github.com/digitalocean/prometheus-client-c
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
10
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
11 LICENSE= APACHE20
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
12
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
13 RUN_DEPENDS= ${LOCALBASE}/lib/libprom.so:net-mgmt/prometheus-client-c-libprom \
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
14 ${LOCALBASE}/lib/libpromhttp.so:net-mgmt/prometheus-client-c-libpromhttp
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
15
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
16 NO_ARCH= yes
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
17 NO_BUILD= yes
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
18 NO_INSTALL= yes
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
19 NO_TEST= yes
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
20
2bc52187ae16 Build the meta-port for libprom and libpromhttp in version 0.1.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
21 .include <bsd.port.mk>