From 94ce66e55afcb3d6b09d241515367e08221e2da6 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 28 Oct 2001 21:41:47 +0000 Subject: [PATCH] Add gtk module. --- infrastructure/mk/gtk.port.mk | 1 + x11/gtk+/files/gtk.port.mk | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 infrastructure/mk/gtk.port.mk create mode 100644 x11/gtk+/files/gtk.port.mk diff --git a/infrastructure/mk/gtk.port.mk b/infrastructure/mk/gtk.port.mk new file mode 100644 index 00000000000..b77f6abae0a --- /dev/null +++ b/infrastructure/mk/gtk.port.mk @@ -0,0 +1 @@ +.include "${PORTSDIR}/x11/gtk+/files/gtk.port.mk" diff --git a/x11/gtk+/files/gtk.port.mk b/x11/gtk+/files/gtk.port.mk new file mode 100644 index 00000000000..38dac67c419 --- /dev/null +++ b/x11/gtk+/files/gtk.port.mk @@ -0,0 +1,12 @@ +# $OpenBSD: gtk.port.mk,v 1.1 2001/10/28 21:41:47 brad Exp $ + +#NEED_VERSION+= 1.487 + +# Ensure all the necessary libraries are installed when using the +# gtk module. +#MODULES+= gettext + +LIB_DEPENDS+= glib.1.2,gmodule.1.2,gthread.1.2::devel/glib +LIB_DEPENDS+= gtk.1.2,gdk.1.2::x11/gtk+ + +.include "${PORTSDIR}/infrastructure/mk/gettext.port.mk"