48e62d9a37
release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511
37 lines
975 B
Makefile
37 lines
975 B
Makefile
# New ports collection makefile for: sysutils/bubblemon2
|
|
# Date created: 08 Jul 2002
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bubblemon2
|
|
PORTVERSION= 2.0.9
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= SAVANNAH/bubblemon
|
|
DISTNAME= bubblemon-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A system CPU and memory load monitor for GNOME2
|
|
|
|
LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop
|
|
|
|
USE_GNOME= gnomehack gnomepanel gnomeprefix gnometarget intlhack libgnomeui
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \
|
|
LDFLAGS="-L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`"
|
|
|
|
MAN1= bubblemon-gnome2.1
|
|
MANLANG= "" hu sv
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in AUTHORS ChangeLog FAQ PROFILING TRANSLATIONS NEWS README TODO
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|