blob: aa7869d9e51d7cc8f66347aef54d1b785ecfe3f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= libsigc++
DISTVERSION= 2.12.1
CATEGORIES= devel
MASTER_SITES= GNOME \
https://github.com/libsigcplusplus/libsigcplusplus/releases/download/${DISTVERSION}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
WWW= https://github.com/libsigcplusplus/libsigcplusplus
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limit:^2\.12\.
USES= compiler:c++11-lang meson tar:xz
USE_LDCONFIG= yes
PLIST_SUB= API_VERSION="2.0"
MESON_ARGS= -Dbuild-documentation=false \
-Dbuild-examples=false
.include <bsd.port.mk>
|