aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libhandy/Makefile
blob: 6af5686b17c8a8c53438e8e2fe9933f8481e659d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	libhandy
PORTVERSION=	1.2.3
CATEGORIES=	x11-toolkits gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	Library with GTK+ widgets for mobile phones

LICENSE=	LGPL21

BUILD_DEPENDS=	valac:lang/vala
LIB_DEPENDS=	libfribidi.so:converters/fribidi \
		libgladeui-2.so:devel/glade

USES=		compiler:c11 gettext gnome meson pkgconfig tar:xz
USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build

USE_LDCONFIG=	yes
MESON_ARGS=	-Dtests=false

.include <bsd.port.mk>