summaryrefslogtreecommitdiffstats
path: root/devel/gir-repository/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 13:50:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-09 13:50:21 +0800
commitb73bc454837eec789e9b35952438954ea32949fc (patch)
tree66e27a37e81695786ae70ff2d0b6d511a9699180 /devel/gir-repository/Makefile
parent81cc615bee10218eac4ddd62e883b256d145734c (diff)
downloadmarcuscom-ports-b73bc454837eec789e9b35952438954ea32949fc.tar
marcuscom-ports-b73bc454837eec789e9b35952438954ea32949fc.tar.gz
marcuscom-ports-b73bc454837eec789e9b35952438954ea32949fc.tar.bz2
marcuscom-ports-b73bc454837eec789e9b35952438954ea32949fc.tar.lz
marcuscom-ports-b73bc454837eec789e9b35952438954ea32949fc.tar.xz
marcuscom-ports-b73bc454837eec789e9b35952438954ea32949fc.tar.zst
marcuscom-ports-b73bc454837eec789e9b35952438954ea32949fc.zip
Remove gir-repository-gtk20 as the gtk20 port now installs gir files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gir-repository/Makefile')
-rw-r--r--devel/gir-repository/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/devel/gir-repository/Makefile b/devel/gir-repository/Makefile
new file mode 100644
index 000000000..3117de76b
--- /dev/null
+++ b/devel/gir-repository/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: gir-repository
+# Date created: 14 Aug 2009
+# Whom: Pawel Worach <pawel.worach@gmail.com>
+#
+# $FreeBSD$
+# $MCom: ports/devel/gir-repository/Makefile,v 1.9 2009/11/09 09:29:14 kwm Exp $
+#
+
+MASTER_SITES= # Empty
+DISTFILES= # None
+PATCHDIR= # None
+
+CATEGORIES= devel gnome
+
+COMMENT= Introspection information for various libraries
+
+NO_BUILD= yes
+
+RUN_DEPENDS= ${GIRDIR}/${atk_GIR}.gir:${PORTSDIR}/${atk_CATEGORY}/gir-repository-atk \
+ ${GIRDIR}/${pango_GIR}.gir:${PORTSDIR}/${pango_CATEGORY}/gir-repository-pango \
+ ${GIRDIR}/${poppler_GIR}.gir:${PORTSDIR}/${poppler_CATEGORY}/gir-repository-poppler \
+ ${GIRDIR}/${webkit_GIR}.gir:${PORTSDIR}/${webkit_CATEGORY}/gir-repository-webkit \
+ ${GIRDIR}/${libsoup_GIR}.gir:${PORTSDIR}/${libsoup_CATEGORY}/gir-repository-libsoup \
+ ${GIRDIR}/${dbus_GIR}.gir:${PORTSDIR}/${dbus_CATEGORY}/gir-repository-dbus \
+ ${GIRDIR}/${gconf2_GIR}.gir:${PORTSDIR}/${gconf2_CATEGORY}/gir-repository-gconf2 \
+ ${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}/${gnomemenus_GIR}.gir:${PORTSDIR}/${gnomemenus_CATEGORY}/gir-repository-gnome-menus \
+ ${GIRDIR}/${libwnck_GIR}.gir:${PORTSDIR}/${libwnck_CATEGORY}/gir-repository-libwnck \
+ ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas
+
+do-install: # empty
+
+.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk"