diff options
Diffstat (limited to 'accessibility/gok/Makefile')
-rw-r--r-- | accessibility/gok/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile new file mode 100644 index 000000000..150811d26 --- /dev/null +++ b/accessibility/gok/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gok +# Date created: 12 April 2003 +# Whom: Adam Weinberger <adamw@freebsd.org> +# +# $FreeBSD: ports/accessibility/gok/Makefile,v 1.39 2008/06/06 12:59:52 edwin Exp $ +# $MCom: ports/accessibility/gok/Makefile,v 1.83 2007/10/15 13:40:59 ahze Exp $ +# + +PORTNAME= gok +PORTVERSION= 1.4.0 +PORTEPOCH= 1 +CATEGORIES= accessibility sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME On-Screen Keyboard (GOK) + +USE_BZIP2= yes +USE_GETTEXT= yes +INSTALLS_OMF= yes +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \ + gnomespeech +USE_GMAKE= yes +INSTALLS_ICONS= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= gok.schemas + +post-patch: + @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ + ${WRKSRC}/gok/word-complete.c + +.include <bsd.port.mk> |