blob: 3550677e6a572c078d6b8f01192fa9071d9698cf (
plain) (
tree)
|
|
# 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.9.91
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.2:${PORTSDIR}/graphics/gimp \
sodipodi:${PORTSDIR}/graphics/sodipodi \
gnomeicu:${PORTSDIR}/net/gnomeicu2 \
gthumb:${PORTSDIR}/graphics/gthumb \
${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net/gaim \
tsclient:${PORTSDIR}/net/tsclient \
galeon:${PORTSDIR}/www/galeon \
seahorse:${PORTSDIR}/security/seahorse \
${X11BASE}/share/gnome/themes/Gorilla/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/gnome-themes-extras \
bluefish:${PORTSDIR}/www/bluefish \
gossip:${PORTSDIR}/net/gossip \
straw:${PORTSDIR}/net/straw \
liferea:${PORTSDIR}/net/liferea \
gnotime:${PORTSDIR}/deskutils/gnotime \
rhythmbox:${PORTSDIR}/audio/rhythmbox \
jamboree:${PORTSDIR}/audio/jamboree \
${X11BASE}/share/gnome/pixmaps/glines/classic.png:${PORTSDIR}/games/gnomegames2-extra-data \
nautilus-sendto:${PORTSDIR}/deskutils/nautilus-sendto \
goobox:${PORTSDIR}/audio/goobox
.include <bsd.port.pre.mk>
#inkscape currently needs 5.X to build. this should hopefully
#change soon
.if ${OSVERSION} > 500000
RUN_DEPENDS+= inkscape:${PORTSDIR}/graphics/inkscape
.endif
NO_BUILD= yes
do-install: # empty
.include <bsd.port.post.mk>
|