summaryrefslogtreecommitdiff
path: root/x11/xfree86_xkb_xml/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-31 10:50:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-31 10:50:35 +0000
commitc9b27b24bca3130ebc51d20d9f0263dbbe3f6abd (patch)
tree2404adedafcc39c213dffe3e11674e1de0d4f5bd /x11/xfree86_xkb_xml/Makefile
parentAdd libxklavier 0.2, an utility library to make XKB stuff easier. (diff)
Add xfree86_xkb_xml 0.2, a little set of XML files useful for
dealing with XKB rules.
Notes
Notes: svn path=/head/; revision=60364
Diffstat (limited to 'x11/xfree86_xkb_xml/Makefile')
-rw-r--r--x11/xfree86_xkb_xml/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile
new file mode 100644
index 000000000000..0bd0b984ab81
--- /dev/null
+++ b/x11/xfree86_xkb_xml/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: xfree86_xkb_xml
+# Date created: 31 May 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfree86_xkb_xml
+PORTVERSION= 0.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gswitchit
+
+MAINTAINER= sobomax@FreeBSD.org
+
+BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-xkb-base=${X11BASE}/lib/X11/xkb
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>