summaryrefslogblamecommitdiffstats
path: root/x11/libgnomekbd/Makefile
blob: f70d2ac8fb1101d76c30058c51eb6bbc9dce13d3 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                          
                                                                              


                           
                       
                 










                                                         
                                                                














                                                                             
# 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.24 2008/09/03 22:52:48 kwm Exp $
#

PORTNAME=   libgnomekbd
PORTVERSION=    2.23.91
PORTREVISION=   1
CATEGORIES= x11 gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome2

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

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

USE_BZIP2=  yes
USE_GNOME=  gnomeprefix gnomehack ltverhack gconf2 libglade2
USE_AUTOTOOLS=  libtool:15
INSTALLS_ICONS= yes
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
USE_GMAKE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=  desktop_gnome_peripherals_keyboard_xkb.schemas

post-patch:
    @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
            's|-Werror||g'

.include <bsd.port.mk>