From a544bae7f7d5cfaee4e0e31d97849e156f76697b Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 10 Dec 2002 19:06:46 +0000 Subject: Add startup-notification. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@249 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/startup-notification/Makefile | 33 ++++++++++++++++++++++++++ x11/startup-notification/distinfo | 1 + x11/startup-notification/files/patch-configure | 10 ++++++++ x11/startup-notification/pkg-comment | 1 + x11/startup-notification/pkg-descr | 4 ++++ x11/startup-notification/pkg-plist | 12 ++++++++++ 6 files changed, 61 insertions(+) create mode 100644 x11/startup-notification/Makefile create mode 100644 x11/startup-notification/distinfo create mode 100644 x11/startup-notification/files/patch-configure create mode 100644 x11/startup-notification/pkg-comment 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..ac9660ca0 --- /dev/null +++ b/x11/startup-notification/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: startup-notification +# Date created: 14 November 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD: ports/x11/startup-notification/Makefile,v 1.1 2002/11/14 18:15:25 marcus Exp $ +# + +PORTNAME= startup-notification +PORTVERSION= 0.4 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include diff --git a/x11/startup-notification/distinfo b/x11/startup-notification/distinfo new file mode 100644 index 000000000..cd9da480e --- /dev/null +++ b/x11/startup-notification/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/startup-notification-0.4.tar.bz2) = ca7d2d05707e6a055e4c33c9595d77f7 diff --git a/x11/startup-notification/files/patch-configure b/x11/startup-notification/files/patch-configure new file mode 100644 index 000000000..18ddad392 --- /dev/null +++ b/x11/startup-notification/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Nov 14 13:11:13 2002 ++++ configure Thu Nov 14 13:11:36 2002 +@@ -7203,6 +7203,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11/startup-notification/pkg-comment b/x11/startup-notification/pkg-comment new file mode 100644 index 000000000..a3a4ccee5 --- /dev/null +++ b/x11/startup-notification/pkg-comment @@ -0,0 +1 @@ +Library that supports startup notification spec from freedesktop.org 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