mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
1ecc592d8c
audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
53 lines
1.7 KiB
Makefile
53 lines
1.7 KiB
Makefile
# New ports collection makefile for: gnome
|
|
# Date created: 17 Aug 1998
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \
|
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
audiofile.0:${PORTSDIR}/audio/libaudiofile \
|
|
esd.2:${PORTSDIR}/audio/esound \
|
|
Imlib.5:${PORTSDIR}/graphics/imlib \
|
|
ORBit.2:${PORTSDIR}/devel/ORBit \
|
|
gnome.4:${PORTSDIR}/x11/gnomelibs \
|
|
gtop.1:${PORTSDIR}/devel/libgtop \
|
|
xml.5:${PORTSDIR}/textproc/libxml \
|
|
ghttp.1:${PORTSDIR}/www/libghttp \
|
|
glade.3:${PORTSDIR}/devel/libglade \
|
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
|
|
gnomeprint.9:${PORTSDIR}/print/gnomeprint
|
|
|
|
RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \
|
|
another_clock_applet:${PORTSDIR}/x11/gnomeapplets \
|
|
gmc:${PORTSDIR}/x11-fm/gnomemc \
|
|
bug-buddy:${PORTSDIR}/devel/bugbuddy \
|
|
glade:${PORTSDIR}/devel/glade \
|
|
${LOCALBASE}/lib/python1.5/site-packages/_appletmodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
|
|
${X11BASE}/share/gnome/help/users-guide/aboutug.html:${PORTSDIR}/misc/gnomeusersguide \
|
|
gcalc:${PORTSDIR}/misc/gnomeutils \
|
|
gnomecard:${PORTSDIR}/deskutils/gnomepim \
|
|
${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio \
|
|
gtcd:${PORTSDIR}/audio/gnomemedia \
|
|
gnomine:${PORTSDIR}/games/gnomegames \
|
|
ElectricEyes:${PORTSDIR}/graphics/electriceyes \
|
|
gnumeric:${PORTSDIR}/math/gnumeric \
|
|
gtop:${PORTSDIR}/sysutils/gtop \
|
|
ggv:${PORTSDIR}/print/ggv
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|