diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnotify/Makefile | 28 | ||||
-rw-r--r-- | devel/libnotify/distinfo | 2 | ||||
-rw-r--r-- | devel/libnotify/pkg-descr | 10 | ||||
-rw-r--r-- | devel/libnotify/pkg-plist | 26 |
4 files changed, 66 insertions, 0 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile new file mode 100644 index 000000000..1b837dc32 --- /dev/null +++ b/devel/libnotify/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libnotify +# Date created: 2005-08-06 +# Whom: Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# $MCom: ports/devel/libnotify/Makefile,v 1.10 2010/10/15 06:43:06 avl Exp $ +# + +PORTNAME= libnotify +PORTVERSION= 0.7.0 +CATEGORIES= devel gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A library for desktop notifications + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING +USE_BZIP2= yes +USE_GNOME= gnomehack gnometarget intlhack glib20 gtk30 ltverhack +USE_GETTEXT= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:22 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo new file mode 100644 index 000000000..4fd54269c --- /dev/null +++ b/devel/libnotify/distinfo @@ -0,0 +1,2 @@ +SHA256 (libnotify-0.7.0.tar.bz2) = 7efc797a75241d9324f1642d9f2d7abf9dc6d2382ab9d77a21578e3c5dc0f0f9 +SIZE (libnotify-0.7.0.tar.bz2) = 309390 diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr new file mode 100644 index 000000000..15579caee --- /dev/null +++ b/devel/libnotify/pkg-descr @@ -0,0 +1,10 @@ +The Desktop Notifications framework provides a standard way of doing passive +pop-up notifications on the desktop. These are designed to notify the +user of something without interrupting their work with a dialog box that they +must close. Passive popups can automatically disappear after a short period +of time. + +This port contains the library and a small command line client. +See deskutils/notification-daemon for the daemon. + +WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist new file mode 100644 index 000000000..6bae8901d --- /dev/null +++ b/devel/libnotify/pkg-plist @@ -0,0 +1,26 @@ +bin/notify-send +include/libnotify/notification.h +include/libnotify/notify-enum-types.h +include/libnotify/notify-features.h +include/libnotify/notify.h +lib/libnotify.a +lib/libnotify.la +lib/libnotify.so +lib/libnotify.so.4 +libdata/pkgconfig/libnotify.pc +share/gtk-doc/html/libnotify/ch01.html +share/gtk-doc/html/libnotify/home.png +share/gtk-doc/html/libnotify/index.html +share/gtk-doc/html/libnotify/index.sgml +share/gtk-doc/html/libnotify/left.png +share/gtk-doc/html/libnotify/libnotify-notification.html +share/gtk-doc/html/libnotify/libnotify-notify.html +share/gtk-doc/html/libnotify/libnotify.devhelp +share/gtk-doc/html/libnotify/libnotify.devhelp2 +share/gtk-doc/html/libnotify/right.png +share/gtk-doc/html/libnotify/style.css +share/gtk-doc/html/libnotify/up.png +@dirrm share/gtk-doc/html/libnotify +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm include/libnotify |