summaryrefslogtreecommitdiffstats
path: root/x11/libgnomekbd/Makefile
blob: 0e54f60eb1033e2b84f8329b294192d9271ba324 (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
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/x11/libgnomekbd/Makefile 17268 2013-04-01 05:13:11Z marcus $

PORTNAME=   libgnomekbd
PORTVERSION=    2.32.0
PORTREVISION=   2
CATEGORIES= x11 gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

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

LIB_DEPENDS=    xklavier:${PORTSDIR}/x11/libxklavier

CONFLICTS=  libgnomekbd-3.[0-9]*

USE_BZIP2=  yes
USE_GNOME=  gnomeprefix ltverhack gconf2
USE_AUTOTOOLS=  libtool
INSTALLS_ICONS= yes
USES=       gettext pathfix
USE_LDCONFIG=   yes
USE_GMAKE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GCONF_SCHEMAS=  desktop_gnome_peripherals_keyboard_xkb.schemas

.include <bsd.port.mk>