summaryrefslogtreecommitdiffstats
path: root/accessibility/gok/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-15 02:39:38 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-15 02:39:38 +0800
commitf8fe413d6873970bed983af6e1d78d9916eafd4c (patch)
tree832b3084002e4317c707c0d43ccfddb67fbe90ef /accessibility/gok/Makefile
parentb54c702c848e664d9d35df50d3c03d3d393f00eb (diff)
downloadmarcuscom-ports-f8fe413d6873970bed983af6e1d78d9916eafd4c.tar
marcuscom-ports-f8fe413d6873970bed983af6e1d78d9916eafd4c.tar.gz
marcuscom-ports-f8fe413d6873970bed983af6e1d78d9916eafd4c.tar.bz2
marcuscom-ports-f8fe413d6873970bed983af6e1d78d9916eafd4c.tar.lz
marcuscom-ports-f8fe413d6873970bed983af6e1d78d9916eafd4c.tar.xz
marcuscom-ports-f8fe413d6873970bed983af6e1d78d9916eafd4c.tar.zst
marcuscom-ports-f8fe413d6873970bed983af6e1d78d9916eafd4c.zip
- Update to 1.0.6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5695 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gok/Makefile')
-rw-r--r--accessibility/gok/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile
new file mode 100644
index 000000000..a952928f3
--- /dev/null
+++ b/accessibility/gok/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gok
+# Date created: 12 April 2003
+# Whom: Adam Weinberger <adamw@freebsd.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gok
+PORTVERSION= 1.0.6
+CATEGORIES= accessibility sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME On-Screen Keyboard (GOK)
+
+LIB_DEPENDS= gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+GCONF_SCHEMAS= gok.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
+ ${WRKSRC}/gok/word-complete.c
+
+.include <bsd.port.mk>