aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glibmm/Makefile
blob: 3647b10ef01ba7de73cdb9f1805ddd8bf6f632f0 (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
27
PORTNAME=	glibmm
DISTVERSION=	2.66.8
PORTEPOCH=	1
CATEGORIES=	devel
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	C++ interfaces for glib2
WWW=		https://www.gtkmm.org/

LICENSE=	LGPL21

USES=		compiler:c++11-lang gettext gnome meson pathfix perl5 \
		pkgconfig python:build shebangfix tar:xz
SHEBANG_GLOB=	*.py
USE_GNOME=	glib20 libsigc++20
USE_LDCONFIG=	yes

MESON_ARGS=	-Dbuild-documentation=false \
		-Dbuild-examples=false

# 2.68 and later are currently incompatible with consumers
PORTSCOUT=	limit:^2\.66
PLIST_SUB=	VERSION=2.4

.include <bsd.port.mk>