Updated to 1.4. Using version 1.40 in port to avoid PORTEPOCH.
Added documentation and examples.
This commit is contained in:
parent
aa60fdf0b1
commit
647df4c5e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47077
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= bubblemon-dockapp
|
||||
PORTVERSION= 1.32
|
||||
PORTVERSION= 1.40
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//}
|
||||
|
||||
MAINTAINER= markp@FreeBSD.org
|
||||
|
||||
@ -16,11 +17,22 @@ USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
MAKE_ARGS+= PREFIX="${PREFIX}"
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
|
||||
|
||||
pre-configure:
|
||||
post-patch:
|
||||
${PERL} -pi -e "s@CC = gcc@CC = ${CC}@g; s@-O3 -ansi -Wall@${CFLAGS} -Wall@g; \
|
||||
s@PREFIX = /usr/local@PREFIX = ${PREFIX}@g; \
|
||||
s@gtk-config@${GTK_CONFIG}@g; s@-lgtk@-lgtk12@g; \
|
||||
s@-c -g kmem -m 2755 -o root@-s -c -g kmem -m 2755 -o root@g" ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/misc/wak.wav ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/misc/wakwak.sh ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/Xdefaults.sample ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (bubblemon-dockapp-1.32.tar.gz) = d3ede4371c673bc155a11cf1ab791d9e
|
||||
MD5 (bubblemon-dockapp-1.4.tar.gz) = b77eeeaab253422dc03aa143934b3788
|
||||
|
@ -2,9 +2,4 @@ Bubblemon is a dockapp for Blackbox, Window Maker, Afterstep and
|
||||
Enlightenment. It displays CPU and memory load as bubbles in a jar of
|
||||
water.
|
||||
|
||||
Bubblemon has 2 additional screen available - memory and load average.
|
||||
To see the load average screen move the mouse into the window. To see
|
||||
the memory screen hold the shift key before moving the mouse into the
|
||||
window. Bubblemon fades from one display to the next, click the right
|
||||
mouse button in the window to lock the fading halfway between the
|
||||
displays.
|
||||
WWW: http://www.ne.jp/asahi/linux/timecop/
|
||||
|
@ -1 +1,7 @@
|
||||
bin/bubblemon
|
||||
share/examples/bubblemon-dockapp/wak.wav
|
||||
share/examples/bubblemon-dockapp/wakwak.sh
|
||||
share/examples/bubblemon-dockapp/Xdefaults.sample
|
||||
@dirrm share/examples/bubblemon-dockapp
|
||||
%%PORTDOCS%%share/doc/bubblemon-dockapp/README
|
||||
%%PORTDOCS%%@dirrm share/doc/bubblemon-dockapp
|
||||
|
Loading…
Reference in New Issue
Block a user