From eb3e98a894677523e172ad14dfccf34dd9fe5862 Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 10 Jul 2007 19:53:41 +0000 Subject: - Add dependency, libnotify, and can be disable by WITHOUT_NOTIFY. I don't know which we prefer to have it enable or disable by default. It's autocheck in the configure, so I went with static way in Makefile instead. - Fix the plist, do not remove the icon-theme.cache and add locale stuff. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9195 df743ca5-7f9a-e211-a948-0013205c9059 --- net/vino/Makefile | 9 ++++++++- net/vino/pkg-plist | 5 ++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/net/vino/Makefile b/net/vino/Makefile index 7c7fbb456..402fe7c9c 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,7 +3,7 @@ # Whom: Tom McLaughlin # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.42 2007/07/01 16:18:38 mezz Exp $ +# $MCom: ports/net/vino/Makefile,v 1.43 2007/07/10 03:33:14 ahze Exp $ # PORTNAME= vino @@ -31,4 +31,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= vino-server.schemas +.if !defined(WITHOUT_NOTIFY) +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +CONFIGURE_ARGS+=--enable-libnotify=yes +.else +CONFIGURE_ARGS+=--enable-libnotify=no +.endif + .include diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist index 62d00bd60..5653f45c0 100644 --- a/net/vino/pkg-plist +++ b/net/vino/pkg-plist @@ -4,7 +4,6 @@ libdata/bonobo/servers/GNOME_RemoteDesktop.server libexec/vino-server share/applications/vino-preferences.desktop share/icons/hicolor/48x48/apps/gnome-remote-desktop.png -share/icons/hicolor/icon-theme.cache share/locale/ar/LC_MESSAGES/vino.mo share/locale/az/LC_MESSAGES/vino.mo share/locale/bg/LC_MESSAGES/vino.mo @@ -82,8 +81,12 @@ share/locale/zh_TW/LC_MESSAGES/vino.mo @dirrmtry share/locale/xh @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku @dirrmtry share/locale/dz/LC_MESSAGES -- cgit v1.2.3