diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-01 03:06:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-01 03:06:19 +0000 |
commit | 3376865bd5dfa75451d40564fd5071e404abc083 (patch) | |
tree | bf27f57c4ea9769665238f05394d1dd0ebfab84c | |
parent | cb28ac52bd0e2f31d26c204d2d57be08df8a6a8f (diff) | |
download | ports-3376865bd5dfa75451d40564fd5071e404abc083.tar.gz ports-3376865bd5dfa75451d40564fd5071e404abc083.zip |
Notes
-rw-r--r-- | deskutils/bulb/Makefile | 25 | ||||
-rw-r--r-- | deskutils/bulb/distinfo | 1 | ||||
-rw-r--r-- | deskutils/bulb/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/bulb/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/bulb/pkg-plist | 12 |
5 files changed, 46 insertions, 0 deletions
diff --git a/deskutils/bulb/Makefile b/deskutils/bulb/Makefile new file mode 100644 index 000000000000..b576bfd68c87 --- /dev/null +++ b/deskutils/bulb/Makefile @@ -0,0 +1,25 @@ +# Ports collection Makefile for: bulb +# Date created: 03/09/2000 +# Whom: smoberly@xavier.dyndns.org +# +# $FreeBSD$ +# + +PORTNAME= bulb +PORTVERSION= 1.0.6 +CATEGORIES= deskutils gnome +MASTER_SITES= http://www.idiap.ch/~gobry/bulb/ + +MAINTAINER= smoberly@xavier.dyndns.org + +LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore \ + intl.1:${PORTSDIR}/devel/gettext + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" LDFLAGS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome + +.include <bsd.port.mk> diff --git a/deskutils/bulb/distinfo b/deskutils/bulb/distinfo new file mode 100644 index 000000000000..a1a30f1ea31b --- /dev/null +++ b/deskutils/bulb/distinfo @@ -0,0 +1 @@ +MD5 (bulb-1.0.6.tar.gz) = 5a5e9cddc1e52d9a6efc6599ee390555 diff --git a/deskutils/bulb/pkg-comment b/deskutils/bulb/pkg-comment new file mode 100644 index 000000000000..832ad6cca72f --- /dev/null +++ b/deskutils/bulb/pkg-comment @@ -0,0 +1 @@ +GNOME applet to warn about task terminations diff --git a/deskutils/bulb/pkg-descr b/deskutils/bulb/pkg-descr new file mode 100644 index 000000000000..ca867f73af6b --- /dev/null +++ b/deskutils/bulb/pkg-descr @@ -0,0 +1,7 @@ +This is a simple-minded applet for GNOME, which provides a warning service. +I typically use it to warn me when a long compilation or computation is +finished. + +WWW: http://www.idiap.ch/~gobry/bulb.html + +Scott Moberly <smoberly@xavier.dyndns.org> diff --git a/deskutils/bulb/pkg-plist b/deskutils/bulb/pkg-plist new file mode 100644 index 000000000000..e3d96c6cae26 --- /dev/null +++ b/deskutils/bulb/pkg-plist @@ -0,0 +1,12 @@ +bin/bulb +bin/bulb-applet +bin/bulbexec +etc/CORBA/servers/bulb-applet.gnorba +etc/CORBA/servers/bulb.gnorba +share/gnome/applets/Utility/bulb.desktop +share/gnome/pixmaps/bulb/allume.png +share/gnome/pixmaps/bulb/erreur.png +share/gnome/pixmaps/bulb/eteint.png +share/locale/de/LC_MESSAGES/bulb.mo +share/locale/fr/LC_MESSAGES/bulb.mo +@dirrm share/gnome/pixmaps/bulb |