summaryrefslogtreecommitdiffstats
path: root/devel/gir-repository/Makefile
blob: 679d5fb85f464cf446415d725fafc522379693a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    gir-repository
# Date created:             14 Aug 2009
# Whom:                 Pawel Worach <pawel.worach@gmail.com>
#
# $FreeBSD: ports/devel/gir-repository/Makefile,v 1.5 2010/11/20 16:06:47 kwm Exp $
#   $MCom: ports/devel/gir-repository/Makefile,v 1.21 2010/10/24 16:26:19 avl Exp $
#

MASTER_SITES=   # Empty
DISTFILES=  # None
PATCHDIR=   # None

CATEGORIES= devel gnome

COMMENT=    Introspection information for various libraries

NO_BUILD=   yes

RUN_DEPENDS=    ${GIRDIR}/${babl_GIR}.gir:${PORTSDIR}/${babl_CATEGORY}/gir-repository-babl \
        ${GIRDIR}/${libnotify_GIR}.gir:${PORTSDIR}/${libnotify_CATEGORY}/gir-repository-libnotify \
        ${GIRDIR}/${vte_GIR}.gir:${PORTSDIR}/${vte_CATEGORY}/gir-repository-vte \
        ${GIRDIR}/${goocanvas_GIR}.gir:${PORTSDIR}/${goocanvas_CATEGORY}/gir-repository-goocanvas

do-install: # empty

.include "${.CURDIR}/../../devel/gir-repository/bsd.gir.mk"