summaryrefslogtreecommitdiffstats
path: root/x11/libgnomekbd/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 01:30:36 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-30 01:30:36 +0800
commit1c90bb59bfcb319b4f51d57fad2b6b21ea78065c (patch)
treef72805eb27a79e08acba251b56d8d712e5d82ce2 /x11/libgnomekbd/Makefile
parentf232e0376614192c76f8c8d0e65aff9f2420927f (diff)
downloadmarcuscom-ports-1c90bb59bfcb319b4f51d57fad2b6b21ea78065c.tar
marcuscom-ports-1c90bb59bfcb319b4f51d57fad2b6b21ea78065c.tar.gz
marcuscom-ports-1c90bb59bfcb319b4f51d57fad2b6b21ea78065c.tar.bz2
marcuscom-ports-1c90bb59bfcb319b4f51d57fad2b6b21ea78065c.tar.lz
marcuscom-ports-1c90bb59bfcb319b4f51d57fad2b6b21ea78065c.tar.xz
marcuscom-ports-1c90bb59bfcb319b4f51d57fad2b6b21ea78065c.tar.zst
marcuscom-ports-1c90bb59bfcb319b4f51d57fad2b6b21ea78065c.zip
Update to 2.31.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14160 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd/Makefile')
-rw-r--r--x11/libgnomekbd/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile
new file mode 100644
index 000000000..ac8fcb143
--- /dev/null
+++ b/x11/libgnomekbd/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: libgnomekbd
+# Date created: 2006-11-07
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libgnomekbd
+PORTVERSION= 2.31.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:22
+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>