forked from Lainports/freebsd-ports
MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav)
36 lines
836 B
Makefile
36 lines
836 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.89 2008/09/23 14:59:23 kwm Exp $
|
|
#
|
|
|
|
PORTNAME= gok
|
|
PORTVERSION= 2.24.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= accessibility sysutils gnome
|
|
MASTER_SITES= GNOME
|
|
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>
|