summaryrefslogtreecommitdiff
path: root/x11-toolkits/libwnck3/Makefile
blob: b586909376fcbb5dbe76a8c26d9850e15f138e4b (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
28
29
30
31
32
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME=	libwnck
PORTVERSION=	3.36.0
CATEGORIES=	x11-toolkits gnome
MASTER_SITES=	GNOME
PKGNAMESUFFIX=	3
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Library used for writing pagers and taskslists

LICENSE=	LGPL20
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		tar:xz

USES+=		bison gettext gnome localbase meson pkgconfig \
		xorg
USE_GNOME=	cairo gdkpixbuf2 gtk30  introspection:build
USE_XORG=	xext xrender xres x11
USE_LDCONFIG=	yes
MESON_ARGS=	-Dgtk_doc=false \
		-Dinstall_tools=false

OPTIONS_DEFINE=	STARTUP
OPTIONS_DEFAULT=STARTUP
STARTUP_DESC=	Startup notification support
STARTUP_LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification
STARTUP_MESON_ENABLED=	startup_notification

.include <bsd.port.mk>