From 47dac61c7effcff68bc40650cbddad801a04cb7a Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 2 Apr 2004 17:20:10 +0000 Subject: Update to 0.6. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2241 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/startup-notification/Makefile | 27 +++++++++++++++++++++++++++ x11/startup-notification/distinfo | 2 ++ x11/startup-notification/pkg-descr | 4 ++++ x11/startup-notification/pkg-plist | 12 ++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 x11/startup-notification/Makefile create mode 100644 x11/startup-notification/distinfo create mode 100644 x11/startup-notification/pkg-descr create mode 100644 x11/startup-notification/pkg-plist (limited to 'x11') diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile new file mode 100644 index 000000000..35166f2af --- /dev/null +++ b/x11/startup-notification/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: startup-notification +# Date created: 14 November 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= startup-notification +PORTVERSION= 0.6 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library that supports startup notification spec from freedesktop.org + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomehier lthack gnometarget pkgconfig +USE_LIBTOOL_VER=13 +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/x11/startup-notification/distinfo b/x11/startup-notification/distinfo new file mode 100644 index 000000000..6521f3f22 --- /dev/null +++ b/x11/startup-notification/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/startup-notification-0.6.tar.bz2) = d53172f761ea974e5d5f73f9b785294c +SIZE (gnome2/startup-notification-0.6.tar.bz2) = 206341 diff --git a/x11/startup-notification/pkg-descr b/x11/startup-notification/pkg-descr new file mode 100644 index 000000000..af451cbc2 --- /dev/null +++ b/x11/startup-notification/pkg-descr @@ -0,0 +1,4 @@ +startup-notification is a minimal library that supports the startup +notification spec described at www.freedesktop.org. + +WWW: http://www.freedesktop.org/ diff --git a/x11/startup-notification/pkg-plist b/x11/startup-notification/pkg-plist new file mode 100644 index 000000000..1bf261d52 --- /dev/null +++ b/x11/startup-notification/pkg-plist @@ -0,0 +1,12 @@ +include/startup-notification-1.0/libsn/sn-common.h +include/startup-notification-1.0/libsn/sn-launchee.h +include/startup-notification-1.0/libsn/sn-launcher.h +include/startup-notification-1.0/libsn/sn-monitor.h +include/startup-notification-1.0/libsn/sn-util.h +include/startup-notification-1.0/libsn/sn.h +lib/libstartup-notification-1.a +lib/libstartup-notification-1.so +lib/libstartup-notification-1.so.0 +libdata/pkgconfig/libstartup-notification-1.0.pc +@dirrm include/startup-notification-1.0/libsn +@dirrm include/startup-notification-1.0 -- cgit v1.2.3