summaryrefslogtreecommitdiffstats
path: root/devel/gir-repository/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-28 16:47:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-28 16:47:46 +0800
commit6b31a2897babe9c383d0f6fa098b2024c9a1cfc1 (patch)
treeff2070eec813d74e265da40e0a4615dc189133d6 /devel/gir-repository/Makefile
parente4031c1d84040ae478d60224f0f804cda5e8b3f9 (diff)
downloadmarcuscom-ports-6b31a2897babe9c383d0f6fa098b2024c9a1cfc1.tar
marcuscom-ports-6b31a2897babe9c383d0f6fa098b2024c9a1cfc1.tar.gz
marcuscom-ports-6b31a2897babe9c383d0f6fa098b2024c9a1cfc1.tar.bz2
marcuscom-ports-6b31a2897babe9c383d0f6fa098b2024c9a1cfc1.tar.lz
marcuscom-ports-6b31a2897babe9c383d0f6fa098b2024c9a1cfc1.tar.xz
marcuscom-ports-6b31a2897babe9c383d0f6fa098b2024c9a1cfc1.tar.zst
marcuscom-ports-6b31a2897babe9c383d0f6fa098b2024c9a1cfc1.zip
gir-repository-gconf2 is now installed by gconf2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14142 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gir-repository/Makefile')
-rw-r--r--devel/gir-repository/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile
new file mode 100644
index 000000000..4423c5ff2
--- /dev/null
+++ b/devel/gir-repository/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gir-repository
+# Date created: 14 Aug 2009
+# Whom: Pawel Worach <pawel.worach@gmail.com>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+MASTER_SITES= # Empty
+DISTFILES= # None
+PATCHDIR= # None
+
+CATEGORIES= devel gnome
+
+COMMENT= Introspection information for various libraries
+
+NO_BUILD= yes
+
+RUN_DEPENDS= ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \
+ ${GIRDIR}/${libsoup_GIR}.gir:${PORTSDIR}/${libsoup_CATEGORY}/gir-repository-libsoup \
+ ${GIRDIR}/${dbus_GIR}.gir:${PORTSDIR}/${dbus_CATEGORY}/gir-repository-dbus \
+ ${GIRDIR}/${babl_GIR}.gir:${PORTSDIR}/${babl_CATEGORY}/gir-repository-babl \
+ ${GIRDIR}/${nautilus_GIR}.gir:${PORTSDIR}/${nautilus_CATEGORY}/gir-repository-nautilus \
+ ${GIRDIR}/${gnomekeyring_GIR}.gir:${PORTSDIR}/${gnomekeyring_CATEGORY}/gir-repository-gnome-keyring \
+ ${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \
+ ${GIRDIR}/${gtksourceview2_GIR}.gir:${PORTSDIR}/${gtksourceview2_CATEGORY}/gir-repository-gtksourceview2 \
+ ${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \
+ ${GIRDIR}/${avahi_GIR}.gir:${PORTSDIR}/${avahi_CATEGORY}/gir-repository-avahi \
+ ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas
+
+do-install: # empty
+
+.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk"