From 0da510052448a369aa56766d7b3aa72cc1375e4d Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 1 Dec 2004 08:24:35 +0000 Subject: - Re-add startup-notification at 0.8 - Add freedesktop.org to mirrors since some gnome2 components need 0.8 but it's not on gnome ftp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3190 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/startup-notification/Makefile | 28 ++++++++++++++++++++++++++++ x11/startup-notification/distinfo | 2 ++ x11/startup-notification/pkg-descr | 4 ++++ x11/startup-notification/pkg-plist | 12 ++++++++++++ 4 files changed, 46 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/startup-notification') diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile new file mode 100644 index 000000000..88955ea08 --- /dev/null +++ b/x11/startup-notification/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: startup-notification +# Date created: 14 November 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# + +PORTNAME= startup-notification +PORTVERSION= 0.8 +CATEGORIES= x11 gnome +MASTER_SITES= http://www.freedesktop.org/software/startup-notification/releases/ \ + ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 +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 gnometarget pkgconfig +USE_LIBTOOL_VER=15 +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..344dce400 --- /dev/null +++ b/x11/startup-notification/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/startup-notification-0.8.tar.gz) = 9bba52ffe8c096cfeeaf7a1dcd9b943d +SIZE (gnome2/startup-notification-0.8.tar.gz) = 335722 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