summaryrefslogtreecommitdiffstats
path: root/x11/gnome2-fifth-toe/Makefile
blob: f52edc2857682dc7d08b1f79a052e4d5a8720afc (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:    gnome2-fifth-toe
# Date created:             20 September 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/x11/gnome2-fifth-toe/Makefile,v 1.52 2004/06/02 07:32:49 pav Exp $
#

PORTNAME=   gnome2-fifth-toe
PORTVERSION=    2.7.4
CATEGORIES= x11 gnome
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Additional GNOME 2 applications not included in the core desktop

RUN_DEPENDS=    pan:${PORTSDIR}/news/pan2 \
        xchat:${PORTSDIR}/irc/xchat2 \
        gimp-2.0:${PORTSDIR}/graphics/gimp \
        sodipodi:${PORTSDIR}/graphics/sodipodi \
        gnomeicu:${PORTSDIR}/net/gnomeicu2 \
        gthumb:${PORTSDIR}/graphics/gthumb2 \
        ${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net/gaim \
        tsclient:${PORTSDIR}/net/tsclient \
        galeon:${PORTSDIR}/www/galeon2 \
        seahorse:${PORTSDIR}/security/seahorse \
        ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libindustrial.so:${PORTSDIR}/x11-themes/gnome-themes-extras \
        bluefish:${PORTSDIR}/www/bluefish-devel \
        gossip:${PORTSDIR}/net/gossip \
        straw:${PORTSDIR}/net/straw \
        liferea:${PORTSDIR}/net/liferea \
        gnotime:${PORTSDIR}/deskutils/gnotime \
        sound-juicer:${PORTSDIR}/audio/sound-juicer \
        rhythmbox:${PORTSDIR}/audio/rhythmbox \
        jamboree:${PORTSDIR}/audio/jamboree

.if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD)
RUN_DEPENDS+=   totem:${PORTSDIR}/multimedia/totem
.endif

NO_BUILD=   yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500000
RUN_DEPENDS+=   inkscape:${PORTSDIR}/graphics/inkscape
.endif

do-install: # empty

.include <bsd.port.post.mk>