summaryrefslogtreecommitdiffstats
path: root/x11/libgnomekbd3/Makefile
blob: d0d51e9ca74b846353158192cd6af7fdb7320f42 (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
35
36
37
38
# New ports collection makefile for:    libgnomekbd
# Date created:     2006-11-07
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/x11/libgnomekbd3/Makefile,v 1.1 2010/12/26 20:58:24 kwm Exp $
#

PORTNAME=   libgnomekbd
PORTVERSION=    2.91.5
CATEGORIES= x11 gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

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

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS=    xklavier.12:${PORTSDIR}/x11/libxklavier

LATEST_LINK=    libgnomekbd3

USE_BZIP2=  yes
USE_GNOME=  gnomeprefix gnomehack ltverhack intltool gtk30
USE_AUTOTOOLS=  libtool
USE_XORG=   ice
INSTALLS_ICONS= yes
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
USE_GMAKE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

GLIB_SCHEMAS=   org.gnome.libgnomekbd.desktop.gschema.xml \
        org.gnome.libgnomekbd.gschema.xml \
        org.gnome.libgnomekbd.keyboard.gschema.xml

.include <bsd.port.mk>