diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-01 03:43:36 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-12-01 03:43:36 +0800 |
commit | d3f5986791cf77cc25dd304c61de7fa829f10a75 (patch) | |
tree | 59bbb3cf8baa939cf2500552c955fe018c14f9f5 /deskutils/notification-daemon/Makefile | |
parent | d5b2571a8003a1609cce18857c8e506107df53cc (diff) | |
download | marcuscom-ports-d3f5986791cf77cc25dd304c61de7fa829f10a75.tar marcuscom-ports-d3f5986791cf77cc25dd304c61de7fa829f10a75.tar.gz marcuscom-ports-d3f5986791cf77cc25dd304c61de7fa829f10a75.tar.bz2 marcuscom-ports-d3f5986791cf77cc25dd304c61de7fa829f10a75.tar.lz marcuscom-ports-d3f5986791cf77cc25dd304c61de7fa829f10a75.tar.xz marcuscom-ports-d3f5986791cf77cc25dd304c61de7fa829f10a75.tar.zst marcuscom-ports-d3f5986791cf77cc25dd304c61de7fa829f10a75.zip |
Update to 0.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11805 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/notification-daemon/Makefile')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile new file mode 100644 index 000000000..ada4bb98f --- /dev/null +++ b/deskutils/notification-daemon/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: notification-daemon +# Date created: 2005-08-06 +# Whom: Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= notification-daemon +PORTVERSION= 0.4.0 +CATEGORIES= deskutils gnome +MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Send small notifications to your desktop + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + sexy:${PORTSDIR}/x11-toolkits/libsexy + +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck \ + libglade2 +USE_GMAKE= yes +USE_GETTEXT= yes +USE_XORG= x11 xt sm ice xext +USE_GSTREAMER= good +INSTALLS_ICONS= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= notification-daemon.schemas + +CONFLICTS= xfce4-notification-daemon-[0-9]* + +.include <bsd.port.mk> |