summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2019-07-21 18:14:22 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2019-07-21 18:14:22 +0200
commit7a02b04767dd154a11c3978d8441159c291db071 (patch)
treeb398d7d576822f1065b3ef7beb3faa278b23764c /devel
Initial xcb-proto Makefile
Diffstat (limited to 'devel')
-rw-r--r--devel/xcb-proto/Makefile80
-rw-r--r--devel/xcb-proto/distinfo2
2 files changed, 82 insertions, 0 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile
new file mode 100644
index 0000000..c877ed4
--- /dev/null
+++ b/devel/xcb-proto/Makefile
@@ -0,0 +1,80 @@
+# $OpenBSD: Makefile.template,v 1.80 2019/04/01 07:35:45 bentley Exp $
+COMMENT = XCB prototypes
+
+DISTNAME = xcb-proto-1.13
+
+CATEGORIES = devel
+
+HOMEPAGE = https://xcb.freedesktop.org/
+
+MAINTAINER = xenocara@openbsd.org
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+MASTER_SITES = https://xcb.freedesktop.org/dist/
+
+SEPARATE_BUILD = Yes
+#SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC)
+#USE_GMAKE = Yes
+#USE_GROFF = Yes
+# Programs that require GNU libtool to build instead of the OpenBSD one
+# should use this option. Add a comment explaining why. Don't use this if
+# a port requires libtool's .m4 files but otherwise can use OpenBSD libtool,
+# in that case use "BUILD_DEPENDS=devel/libtool" instead.
+#USE_LIBTOOL= gnu
+# Set CONFIGURE_STYLE to value corresponding to some standard configuration
+# perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's
+# Module::Build Build.PL)
+# gnu [autoconf] [old] [dest]: gnu style configure (old: no
+# sysconfdir), (dest: add DESTDIR, does not handle it),
+# autoconf: run autoconf to regenerate configure script. implies gnu.
+# (see also "do-gen" target below).
+# XXX: cygnus products do NOT use autoconf for making the main
+# configure from configure.in
+# imake [noman]: port uses imake for configuration.
+# (noman: no man page installation)
+# simple: port has its own configure script
+# none: override default CONFIGURE_STYLE coming from a module
+# (needed for some ports using lang/python, etc.)
+CONFIGURE_STYLE = autoreconf
+
+# for gnu stuff
+AUTOCONF_VERSION = 2.69
+AUTOMAKE_VERSION = 1.12
+
+
+# Things that we don't want to do for this port/package
+# Generally, DON'T set anything to No if it's not needed.
+# The time gained is not worth it.
+#
+NO_BUILD = Yes
+NO_TEST = Yes
+
+# Overrides for default values
+#
+#CFLAGS = ???
+#LDFLAGS = ???
+#MAKE_FILE = ???
+#PKG_ARCH = ??? (* for arch-independent packages)
+#WRKDIST = ??? if other than ${WRKDIR}/${DISTNAME}
+#WRKSRC = ??? if other than ${WRKDIST}
+#WRKBUILD = ??? if other than ${WRKSRC}
+#WRKCONF = ??? if other than ${WRKBUILD}
+
+#ALL_TARGET = ???
+#INSTALL_TARGET = ???
+#TEST_TARGET = ???
+
+# For ports that use a script or autoreconf to generate autoconf/automake
+# files (where "CONFIGURE_STYLE=autoconf" isn't enough), use some/all of these
+# dependencies, and add a do-gen target:
+#
+#BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
+# ${MODGNU_AUTOMAKE_DEPENDS} \
+# devel/libtool
+#
+#do-gen:
+# cd ${WRKSRC}; ${AUTOCONF_ENV} ./autogen.sh
+
+.include <bsd.port.mk>
diff --git a/devel/xcb-proto/distinfo b/devel/xcb-proto/distinfo
new file mode 100644
index 0000000..4933348
--- /dev/null
+++ b/devel/xcb-proto/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xcb-proto-1.13.tar.gz) = Bpjo9ZbkwNutcdPcdU2V6w7btC31Rk4PeCYhIW+jO6c=
+SIZE (xcb-proto-1.13.tar.gz) = 191771