blob: adcce5782902aaef3e8856f01dbcc5bab61bb7b3 (
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
|
# New ports collection makefile for: caribou
# Date created: 10 Juni 2010
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/caribou/Makefile,v 1.5 2011/03/23 12:05:45 kwm Exp $
#
PORTNAME= caribou
PORTVERSION= 0.2.00
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome On-Screen keyboard
LIB_DEPENDS= clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_PYTHON= yes
USE_GNOME= gnomehack intltool pygobject gtk30 intlhack gnomedocutils
#USE_LDCONFIG= yes
GNU_CONFIGURE= yes
#CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
# LDFLAGS="-L${LOCALBASE}/lib"
GLIB_SCHEMAS= org.gnome.caribou.gschema.xml
.include <bsd.port.mk>
|