1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/accessibility/gok/Makefile
2004-04-19 23:06:20 +00:00

32 lines
784 B
Makefile

# New ports collection makefile for: gok
# Date created: 12 April 2003
# Whom: Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= gok
PORTVERSION= 0.10.2
CATEGORIES= accessibility sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME On-Screen Keyboard (GOK)
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix intlhack lthack libgnomeui atspi libwnck
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
${WRKSRC}/gok/word-complete.c
.include <bsd.port.mk>