aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-devel/Makefile
blob: f0a9e01f14722fe7753acf8dc6fcd5ef80cd0fea (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
27
28
29
# New ports collection makefile for:    gnome-devel
# Date created:     23 May 2002
# Whom:         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnome-devel
PORTVERSION=    1.4.1b2
CATEGORIES= devel gnome
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

MAINTAINER= gnome@FreeBSD.org

RUN_DEPENDS=    intltool-merge:${PORTSDIR}/textproc/intltool
LIB_DEPENDS=    gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome--

IGNORE=     "Needs more work on the dependency chain"
NO_BUILD=   yes

USE_GNOMENG=    yes
USE_GNOME=  gnomelibs gal
USE_PYTHON= yes

do-install: # empty

.include <bsd.port.mk>