summaryrefslogtreecommitdiffstats
path: root/x11/libgnomekbd/Makefile
blob: a353a63b240c302d7a4991bf1db445e53bf3507d (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
# New ports collection makefile for:    libgnomekbd
# Date created:     2006-11-07
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/x11/libgnomekbd/Makefile,v 1.2 2006/11/11 09:07:06 marcus Exp $

PORTNAME=   libgnomekbd
PORTVERSION=    2.17.2
CATEGORIES= x11 gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME keyboard shared library

LIB_DEPENDS=    xklavier.11:${PORTSDIR}/x11/libxklavier \
        dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib

USE_BZIP2=  yes
USE_GNOME=  libgnomeui gnometarget gnomeprefix gnomehack
GNU_CONFIGURE=  yes
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
USE_GMAKE=  yes

GCONF_SCHEMAS=  desktop_gnome_peripherals_keyboard_xkb.schemas
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

.include <bsd.port.mk>