blob: 6f30fbef68a79d35177f15b4f5dbf385bbed915c (
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
33
34
35
36
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/accessibility/caribou/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= caribou
PORTVERSION= 0.4.10
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome On-Screen keyboard
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter \
gee-0.8:${PORTSDIR}/devel/libgee \
xklavier:${PORTSDIR}/x11/libxklavier
RUN_DEPENDS= py*-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi
USE_XZ= yes
MAKE_JOBS_UNSAFE=yes
USES= gettext gmake pathfix pkgconfig shebangfix
SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py
USE_PYTHON= yes
USE_XORG= x11 xtst
USE_GNOME= gnomehier pygobject3 gtk30 intlhack libxml2 introspection:build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-gtk2-module=no
GLIB_SCHEMAS= org.gnome.caribou.gschema.xml \
org.gnome.antler.gschema.xml
.include <bsd.port.mk>
|