summaryrefslogtreecommitdiffstats
path: root/accessibility/caribou/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-13 21:57:31 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-07-13 21:57:31 +0800
commitb801a10d6059e5f142b0102522fc95ccedb01eec (patch)
treee3ff0304c8cb28d05647fe0c44c614c8c3136277 /accessibility/caribou/Makefile
parent6f7c34c9081c0d0be8171e254c70f1c95904ea3b (diff)
downloadmarcuscom-ports-b801a10d6059e5f142b0102522fc95ccedb01eec.tar
marcuscom-ports-b801a10d6059e5f142b0102522fc95ccedb01eec.tar.gz
marcuscom-ports-b801a10d6059e5f142b0102522fc95ccedb01eec.tar.bz2
marcuscom-ports-b801a10d6059e5f142b0102522fc95ccedb01eec.tar.lz
marcuscom-ports-b801a10d6059e5f142b0102522fc95ccedb01eec.tar.xz
marcuscom-ports-b801a10d6059e5f142b0102522fc95ccedb01eec.tar.zst
marcuscom-ports-b801a10d6059e5f142b0102522fc95ccedb01eec.zip
Update to 0.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14328 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/caribou/Makefile')
-rw-r--r--accessibility/caribou/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile
index c7ffd45a8..c3e9b99b1 100644
--- a/accessibility/caribou/Makefile
+++ b/accessibility/caribou/Makefile
@@ -3,11 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/accessibility/caribou/Makefile,v 1.1 2010/06/10 14:53:42 kwm Exp $
#
PORTNAME= caribou
-PORTVERSION= 0.1.2
+PORTVERSION= 0.1.5
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -18,16 +18,17 @@ COMMENT= Gnome On-Screen keyboard
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter
+LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_PYTHON= yes
-#USE_GNOME= gnomeprefix gnomehack gtk20
-USE_GNOME= intltool pygtk2
+USE_GNOME= intltool pygtk2 gconf2
#USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-#CONFIGURE_ARGS= --enable-static
+GCONF_SCHEMAS= caribou.schemas
.include <bsd.port.mk>