freebsd-ports/accessibility/gok/Makefile
Joe Marcus Clarke 04f7160d03 Update to 1.2.1.
2007-01-20 06:56:36 +00:00

36 lines
964 B
Makefile

# New ports collection makefile for: gok
# Date created: 12 April 2003
# Whom: Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/gok/Makefile,v 1.72 2006/08/26 03:50:50 marcus Exp $
PORTNAME= gok
PORTVERSION= 1.2.1
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
USE_XLIB= yes
INSTALLS_OMF= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \
gnomespeech
USE_GMAKE= yes
GNU_CONFIGURE= yes
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>