# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xfce4-notification-daemon # xfce4-notification-daemon/Makefile # xfce4-notification-daemon/pkg-descr # xfce4-notification-daemon/distinfo # xfce4-notification-daemon/pkg-plist # echo c - xfce4-notification-daemon mkdir -p xfce4-notification-daemon > /dev/null 2>&1 echo x - xfce4-notification-daemon/Makefile sed 's/^X//' >xfce4-notification-daemon/Makefile << 'END-of-xfce4-notification-daemon/Makefile' X# New ports collection makefile for: notification-daemon X# Date created: 16 Nov 2007 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= notification-daemon XPORTVERSION= 0.3.7 XCATEGORIES= deskutils xfce XMASTER_SITES= http://goodies.xfce.org/releases/notification-daemon-xfce/ \ X http://critical.ch/distfiles/ \ X http://energy.critical.ch/distfiles/ XPKGNAMEPREFIX= xfce4- XDISTNAME= ${PORTNAME}-xfce-${PORTVERSION} XDIST_SUBDIR= xfce4 X XMAINTAINER= ehaupt@FreeBSD.org XCOMMENT= Port of Gnome's notification-daemon for the Xfce desktop X XLIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ X dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib XRUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus X XGNU_CONFIGURE= yes XINSTALLS_ICONS= yes XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_LDCONFIG= yes XUSE_XLIB= yes XUSE_XFCE= configenv libutil libgui X XCONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ X --libexecdir=${PREFIX}/libexec/xfce4 \ X --with-dbus-services=${PREFIX}/share/dbus-1/services X XMAKE_ENV+= CFLAGS="${CFLAGS}" X XCONFLICTS= ^notification-daemon-[0-9]* X XOPTIONS= GRADIENT "Show a gradient look in the default theme" off \ X CLOSE "Show the close button in the default theme" on \ X NLS "Enable Native Language Support" on X X.include X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.else XPLIST_SUB+= NLS="@comment " X.endif X X.if defined(WITH_GRADIENT) XCONFIGURE_ARGS+= --enable-gradient-look X.endif X X.if defined(WITHOUT_CLOSE) XCONFIGURE_ARGS+= --disable-close-button X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's|\(notification-daemon-xfce\)-1.0|\1|' \ X ${WRKSRC}/src/daemon/Makefile.am \ X ${WRKSRC}/src/daemon/Makefile.in \ X ${WRKSRC}/src/themes/bubble/Makefile.am \ X ${WRKSRC}/src/themes/bubble/Makefile.in \ X ${WRKSRC}/src/themes/standard/Makefile.am \ X ${WRKSRC}/src/themes/standard/Makefile.in X.if defined(WITHOUT_NLS) X @${REINPLACE_CMD} -e 's|\(USE_NLS=\)yes|\1no|' ${WRKSRC}/configure X.endif X X.include END-of-xfce4-notification-daemon/Makefile echo x - xfce4-notification-daemon/pkg-descr sed 's/^X//' >xfce4-notification-daemon/pkg-descr << 'END-of-xfce4-notification-daemon/pkg-descr' XPort of notification daemon for Xfce Desktop Environment. X XWWW: http://goodies.xfce.org/projects/applications/notification-daemon-xfce END-of-xfce4-notification-daemon/pkg-descr echo x - xfce4-notification-daemon/distinfo sed 's/^X//' >xfce4-notification-daemon/distinfo << 'END-of-xfce4-notification-daemon/distinfo' XMD5 (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = ef4a4977875d97a5237b316d5d592176 XSHA256 (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = c0dc4100a9fc6cbc45ce8741fd360f4d80ad57ced6905e42a70a92855d09a38a XSIZE (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = 329496 END-of-xfce4-notification-daemon/distinfo echo x - xfce4-notification-daemon/pkg-plist sed 's/^X//' >xfce4-notification-daemon/pkg-plist << 'END-of-xfce4-notification-daemon/pkg-plist' Xbin/notification-settings Xlib/xfce4/notification-daemon-xfce/engines/libstandard.a Xlib/xfce4/notification-daemon-xfce/engines/libstandard.la Xlib/xfce4/notification-daemon-xfce/engines/libstandard.so Xlibexec/xfce4/notification-daemon-xfce Xshare/applications/notification-settings.desktop Xshare/dbus-1/services/org.freedesktop.Notifications.service Xshare/icons/hicolor/22x22/apps/notification-settings.png Xshare/icons/hicolor/48x48/apps/notification-settings.png X%%NLS%%share/locale/be/LC_MESSAGES/notification-daemon-xfce.mo X%%NLS%%share/locale/en_GB/LC_MESSAGES/notification-daemon-xfce.mo X%%NLS%%share/locale/fr/LC_MESSAGES/notification-daemon-xfce.mo X%%NLS%%share/locale/hu/LC_MESSAGES/notification-daemon-xfce.mo X%%NLS%%share/locale/nl/LC_MESSAGES/notification-daemon-xfce.mo X%%NLS%%share/locale/pl/LC_MESSAGES/notification-daemon-xfce.mo X%%NLS%%share/locale/uk/LC_MESSAGES/notification-daemon-xfce.mo X@dirrm lib/xfce4/notification-daemon-xfce/engines X@dirrm lib/xfce4/notification-daemon-xfce X@dirrmtry share/applications X@dirrmtry libexec/xfce4 X@dirrmtry lib/xfce4 END-of-xfce4-notification-daemon/pkg-plist exit