diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 10:23:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-05-14 10:23:57 +0800 |
commit | 48f07581f52dc53fcbca419679c808d40f13ab02 (patch) | |
tree | 49c8e6d3591f86f7ddee55211c1e45872a503550 /x11/libgnomekbd/Makefile | |
parent | 5a79bf43b13b13189baa1824b8b3fb029464aa0b (diff) | |
download | marcuscom-ports-48f07581f52dc53fcbca419679c808d40f13ab02.tar marcuscom-ports-48f07581f52dc53fcbca419679c808d40f13ab02.tar.gz marcuscom-ports-48f07581f52dc53fcbca419679c808d40f13ab02.tar.bz2 marcuscom-ports-48f07581f52dc53fcbca419679c808d40f13ab02.tar.lz marcuscom-ports-48f07581f52dc53fcbca419679c808d40f13ab02.tar.xz marcuscom-ports-48f07581f52dc53fcbca419679c808d40f13ab02.tar.zst marcuscom-ports-48f07581f52dc53fcbca419679c808d40f13ab02.zip |
Update to 2.23.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10945 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r-- | x11/libgnomekbd/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile new file mode 100644 index 000000000..0dd5c026f --- /dev/null +++ b/x11/libgnomekbd/Makefile @@ -0,0 +1,37 @@ +# 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.19 2008/03/20 13:08:28 marcus Exp $ +# + +PORTNAME= libgnomekbd +PORTVERSION= 2.23.2 +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= libgnomeui gnometarget gnomeprefix gnomehack ltverhack +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> |