blob: a749074d045a04f1abeaf5782702953529ef21ff (
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
|
PORTNAME= libsigc++
DISTVERSION= 3.8.0
CATEGORIES= devel
MASTER_SITES= https://github.com/libsigcplusplus/libsigcplusplus/releases/download/${DISTVERSION}/
PKGNAMESUFFIX= 30
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
WWW= https://libsigcplusplus.github.io/libsigcplusplus/index.html
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++17-lang gnome meson pkgconfig python:build tar:xz
USE_GNOME= libxslt:build
USE_LDCONFIG= yes
MESON_ARGS= -Dbuild-documentation=false \
-Dbuild-examples=false
PLIST_SUB= API_VERSION="3.0"
.include <bsd.port.mk>
|