mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
d1de27b382
Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for x11/gnome2-fifth-toe, chase the rename. PR: ports/97985 Repocopy by: marcus
45 lines
1.5 KiB
Makefile
45 lines
1.5 KiB
Makefile
# New ports collection makefile for: gnome2-fifth-toe
|
|
# Date created: 20 September 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.77 2006/02/03 05:53:28 marcus Exp $
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= x11 gnome
|
|
PKGNAMESUFFIX= -fifth-toe
|
|
|
|
COMMENT= Additional GNOME 2 applications not included in the core desktop
|
|
|
|
RUN_DEPENDS= pan:${PORTSDIR}/news/pan \
|
|
xchat:${PORTSDIR}/irc/xchat \
|
|
gimp-2.2:${PORTSDIR}/graphics/gimp \
|
|
sodipodi:${PORTSDIR}/graphics/sodipodi \
|
|
gnomeicu:${PORTSDIR}/net-im/gnomeicu \
|
|
gthumb:${PORTSDIR}/graphics/gthumb \
|
|
${X11BASE}/lib/gaim/docklet.so:${PORTSDIR}/net-im/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-im/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/gnome-games-extra-data \
|
|
nautilus-sendto:${PORTSDIR}/deskutils/nautilus-sendto \
|
|
goobox:${PORTSDIR}/audio/goobox \
|
|
inkscape:${PORTSDIR}/graphics/inkscape \
|
|
atomix:${PORTSDIR}/games/atomix
|
|
|
|
MASTERDIR= ${.CURDIR}/../gnome2
|
|
GNOME_SLAVE= yes
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|