summaryrefslogtreecommitdiffstats
path: root/accessibility/gok/Makefile
blob: 93f58d5b0977dc81593955d8922e89a9236efa22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.105 2009/09/22 09:01:18 kwm Exp $
#

PORTNAME=   gok
PORTVERSION=    2.28.1
PORTEPOCH=  1
CATEGORIES= accessibility sysutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME On-Screen Keyboard (GOK)

LIB_DEPENDS=    canberra-gtk.0:${PORTSDIR}/audio/libcanberra

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

.include <bsd.port.mk>