summaryrefslogtreecommitdiffstats
path: root/x11/libgnomekbd/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-29 19:42:44 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-29 19:42:44 +0800
commit96840d6c727ad301544b689ea5a5501bc44cddcc (patch)
treea34fc2c6d0e30cda64e9f643f4a91a26e42c818f /x11/libgnomekbd/Makefile
parentfdddcf7354f85ae6f845afe7bc1b95e2e1d4834f (diff)
downloadmarcuscom-ports-96840d6c727ad301544b689ea5a5501bc44cddcc.tar
marcuscom-ports-96840d6c727ad301544b689ea5a5501bc44cddcc.tar.gz
marcuscom-ports-96840d6c727ad301544b689ea5a5501bc44cddcc.tar.bz2
marcuscom-ports-96840d6c727ad301544b689ea5a5501bc44cddcc.tar.lz
marcuscom-ports-96840d6c727ad301544b689ea5a5501bc44cddcc.tar.xz
marcuscom-ports-96840d6c727ad301544b689ea5a5501bc44cddcc.tar.zst
marcuscom-ports-96840d6c727ad301544b689ea5a5501bc44cddcc.zip
Update to 2.21.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9879 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r--x11/libgnomekbd/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile
new file mode 100644
index 000000000..211eca8f6
--- /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.13 2007/09/17 14:06:48 ahze Exp $
+#
+
+PORTNAME= libgnomekbd
+PORTVERSION= 2.21.1
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME keyboard shared library
+
+LIB_DEPENDS= xklavier.11:${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>