summaryrefslogtreecommitdiff
path: root/devel/xcb-util-m4
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2020-12-13 18:18:41 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2020-12-13 18:18:41 +0100
commitacc27565c7f50e4c9ad2e8c5c24ca7164ce45560 (patch)
tree3c6fe4f3125aedb16a907f03e44303ef91c1c5f0 /devel/xcb-util-m4
parent8a8288490009cc62fec0910d9d5ed12e4324436b (diff)
add devel/xcb-util-m4
XXX probably useless
Diffstat (limited to 'devel/xcb-util-m4')
-rw-r--r--devel/xcb-util-m4/Makefile35
-rw-r--r--devel/xcb-util-m4/distinfo6
-rw-r--r--devel/xcb-util-m4/pkg/DESCR1
-rw-r--r--devel/xcb-util-m4/pkg/PLIST5
4 files changed, 47 insertions, 0 deletions
diff --git a/devel/xcb-util-m4/Makefile b/devel/xcb-util-m4/Makefile
new file mode 100644
index 0000000..2d40cf2
--- /dev/null
+++ b/devel/xcb-util-m4/Makefile
@@ -0,0 +1,35 @@
+# $OpenBSD$
+
+COMMENT = GNU autoconf macros shared across XCB projects
+CATEGORIES = devel
+
+PKGNAME = xcb-util-m4-0.1
+
+PERMIT_PACKAGE = Yes
+
+DISTFILES = ax_compare_version.m4 \
+ xcb_util_common.m4 \
+ xcb_util_m4_with_include_path.m4
+
+DIST_SUBDIR = xcb-util-m4
+
+HOMEPAGE = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4
+
+MASTER_SITES = https://gitlab.freedesktop.org/xorg/util/xcb-util-m4/-/raw/master/
+
+CONFIGURE_STYLE = none
+NO_BUILD =
+NO_TEST =
+
+do-extract:
+ @for f in ${DISTFILES} ; do \
+ cp ${FULLDISTDIR}/$$f ${WRKDIR}/ ; \
+ done
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
+ for f in ${DISTFILES} ; do \
+ ${INSTALL_DATA} ${WRKDIR}/$$f ${PREFIX}/share/aclocal/ ; \
+ done
+
+.include <bsd.port.mk>
diff --git a/devel/xcb-util-m4/distinfo b/devel/xcb-util-m4/distinfo
new file mode 100644
index 0000000..15de29a
--- /dev/null
+++ b/devel/xcb-util-m4/distinfo
@@ -0,0 +1,6 @@
+SHA256 (xcb-util-m4/ax_compare_version.m4) = yJwlE7faZhx5+UAIvRPFmJDf3U0WtaFA8pl2x2uNnBU=
+SHA256 (xcb-util-m4/xcb_util_common.m4) = ZBl0LbGZk5jqw61vsY0KLEJyawBa8zsAL/qtQz2pT2U=
+SHA256 (xcb-util-m4/xcb_util_m4_with_include_path.m4) = luyzX8byQOhXjdK+o7RnqIjyuondIFnHd9T66HY0XkE=
+SIZE (xcb-util-m4/ax_compare_version.m4) = 6484
+SIZE (xcb-util-m4/xcb_util_common.m4) = 1547
+SIZE (xcb-util-m4/xcb_util_m4_with_include_path.m4) = 1002
diff --git a/devel/xcb-util-m4/pkg/DESCR b/devel/xcb-util-m4/pkg/DESCR
new file mode 100644
index 0000000..7ad9c00
--- /dev/null
+++ b/devel/xcb-util-m4/pkg/DESCR
@@ -0,0 +1 @@
+GNU autoconf macros shared across XCB projects
diff --git a/devel/xcb-util-m4/pkg/PLIST b/devel/xcb-util-m4/pkg/PLIST
new file mode 100644
index 0000000..d2671c5
--- /dev/null
+++ b/devel/xcb-util-m4/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $OpenBSD: PLIST,v$
+share/aclocal/
+share/aclocal/ax_compare_version.m4
+share/aclocal/xcb_util_common.m4
+share/aclocal/xcb_util_m4_with_include_path.m4