diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xcb-util-m4/Makefile | 35 | ||||
-rw-r--r-- | devel/xcb-util-m4/distinfo | 6 | ||||
-rw-r--r-- | devel/xcb-util-m4/pkg/DESCR | 1 | ||||
-rw-r--r-- | devel/xcb-util-m4/pkg/PLIST | 5 |
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 |