cbcbcabfb3
By doing this, we are trying to create more useful GNOME meta-ports that contain more pointed sets of applications. The GNOME 2 Fifth Toe is a collection of stable applications that many users expect to find in a usable desktop environment. Discussed on: gnome@
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
# New ports collection makefile for: gnome2-fifth-toe
|
|
# Date created: 20 September 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome2-fifth-toe
|
|
PORTVERSION= 2.4.1
|
|
PORTREVISION= 1
|
|
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-1.3:${PORTSDIR}/graphics/gimp-devel \
|
|
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.2.0/engines/libindustrial.so:${PORTSDIR}/x11-toolkits/gnome-themes-extras \
|
|
bluefish:${PORTSDIR}/www/bluefish-devel \
|
|
gossip:${PORTSDIR}/net/gossip \
|
|
inkscape:${PORTSDIR}/graphics/inkscape \
|
|
straw:${PORTSDIR}/net/straw \
|
|
liferea:${PORTSDIR}/net/liferea \
|
|
rhythmbox:${PORTSDIR}/audio/rhythmbox \
|
|
jamboree:${PORTSDIR}/audio/jamboree \
|
|
gnotime:${PORTSDIR}/deskutils/gnotime
|
|
|
|
.if !defined(PACKAGE_BUILDING) && !defined(PARALLEL_PACKAGE_BUILD)
|
|
RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem
|
|
.endif
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|