34 lines
824 B
Makefile
34 lines
824 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/x11/libgnomekbd/Makefile,v 1.48 2010/09/28 08:01:11 kwm Exp $
|
|
|
|
PORTNAME= libgnomekbd
|
|
PORTVERSION= 2.32.0
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomeprefix gnomehack ltverhack gconf2
|
|
USE_AUTOTOOLS= libtool
|
|
INSTALLS_ICONS= yes
|
|
USES= gettext pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GCONF_SCHEMAS= desktop_gnome_peripherals_keyboard_xkb.schemas
|
|
|
|
NO_STAGE= yes
|
|
#post-patch:
|
|
# @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
# 's|-Werror||g'
|
|
|
|
.include <bsd.port.mk>
|