diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 20:42:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 20:42:45 +0800 |
commit | c568e88af563c4644129ff6907bcf700f3d0fe02 (patch) | |
tree | d0941216885b3e1a441f3cd818ed315d94f5893e /sysutils/bubblemon2/Makefile | |
parent | b20434f09245905af6aadd923608e3ab52487092 (diff) | |
download | freebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.tar.gz freebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.tar.zst freebsd-ports-gnome-c568e88af563c4644129ff6907bcf700f3d0fe02.zip |
2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
Diffstat (limited to 'sysutils/bubblemon2/Makefile')
-rw-r--r-- | sysutils/bubblemon2/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/bubblemon2/Makefile b/sysutils/bubblemon2/Makefile deleted file mode 100644 index 1a9001cb8895..000000000000 --- a/sysutils/bubblemon2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Juan Salaverria <rael@vectorstar.net> -# $FreeBSD$ - -PORTNAME= bubblemon2 -PORTVERSION= 2.0.17 -PORTREVISION= 7 -CATEGORIES= sysutils gnome -MASTER_SITES= SAVANNAH/bubblemon -DISTNAME= bubblemon-${PORTVERSION} - -MAINTAINER= 5u623l20@gmail.com -COMMENT= A system CPU and memory load monitor for GNOME2 - -DEPRECATED= gnome-panel 2.x will be updated in the GNOME 3 import -EXPIRATION_DATE=2014-04-10 - -LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop - -USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui -USES= gmake pkgconfig -GNU_CONFIGURE= yes -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 - -NO_STAGE= yes -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> |