summaryrefslogtreecommitdiffstats
path: root/x11/startup-notification
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-11 03:06:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-11 03:06:46 +0800
commita544bae7f7d5cfaee4e0e31d97849e156f76697b (patch)
treeb6f4d19fdab20e9aa9c3d06b46c2273ba3898181 /x11/startup-notification
parenta91d27a99fc62dd4c2251b3b38fa072e009f8ed8 (diff)
downloadmarcuscom-ports-a544bae7f7d5cfaee4e0e31d97849e156f76697b.tar
marcuscom-ports-a544bae7f7d5cfaee4e0e31d97849e156f76697b.tar.gz
marcuscom-ports-a544bae7f7d5cfaee4e0e31d97849e156f76697b.tar.bz2
marcuscom-ports-a544bae7f7d5cfaee4e0e31d97849e156f76697b.tar.lz
marcuscom-ports-a544bae7f7d5cfaee4e0e31d97849e156f76697b.tar.xz
marcuscom-ports-a544bae7f7d5cfaee4e0e31d97849e156f76697b.tar.zst
marcuscom-ports-a544bae7f7d5cfaee4e0e31d97849e156f76697b.zip
Add startup-notification.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@249 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/startup-notification')
-rw-r--r--x11/startup-notification/Makefile33
-rw-r--r--x11/startup-notification/distinfo1
-rw-r--r--x11/startup-notification/files/patch-configure10
-rw-r--r--x11/startup-notification/pkg-comment1
-rw-r--r--x11/startup-notification/pkg-descr4
-rw-r--r--x11/startup-notification/pkg-plist12
6 files changed, 61 insertions, 0 deletions
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 <marcus@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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