diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-01 16:24:35 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-01 16:24:35 +0800 |
commit | 0da510052448a369aa56766d7b3aa72cc1375e4d (patch) | |
tree | 257903f9bfda31612bd4c2216800f67c7ca55c21 /x11 | |
parent | 85db96ed286cf317c10073ff256e81fd4907ed40 (diff) | |
download | marcuscom-ports-0da510052448a369aa56766d7b3aa72cc1375e4d.tar marcuscom-ports-0da510052448a369aa56766d7b3aa72cc1375e4d.tar.gz marcuscom-ports-0da510052448a369aa56766d7b3aa72cc1375e4d.tar.bz2 marcuscom-ports-0da510052448a369aa56766d7b3aa72cc1375e4d.tar.lz marcuscom-ports-0da510052448a369aa56766d7b3aa72cc1375e4d.tar.xz marcuscom-ports-0da510052448a369aa56766d7b3aa72cc1375e4d.tar.zst marcuscom-ports-0da510052448a369aa56766d7b3aa72cc1375e4d.zip |
- 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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/startup-notification/Makefile | 28 | ||||
-rw-r--r-- | x11/startup-notification/distinfo | 2 | ||||
-rw-r--r-- | x11/startup-notification/pkg-descr | 4 | ||||
-rw-r--r-- | x11/startup-notification/pkg-plist | 12 |
4 files changed, 46 insertions, 0 deletions
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 <marcus@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |