blob: b0b0096922b7f203a8081fe7065fec92178a0da3 (
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
25
26
|
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $MCom: ports/trunk/devel/libsigc++20/Makefile 19952 2014-10-15 08:11:00Z gusi $
PORTNAME= libsigc++
PORTVERSION= 2.10.4
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limit:^2\.10\.
INSTALL_TARGET= install-strip
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>
|