diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-11 03:53:41 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-11 03:53:41 +0800 |
commit | eb3e98a894677523e172ad14dfccf34dd9fe5862 (patch) | |
tree | e90fa5243e6c7f8c2bd736ecd0c9e0a5d78bcb02 /net | |
parent | 099285fc5e3aca140c326af519c65b05484dd734 (diff) | |
download | marcuscom-ports-eb3e98a894677523e172ad14dfccf34dd9fe5862.tar.gz marcuscom-ports-eb3e98a894677523e172ad14dfccf34dd9fe5862.tar.zst marcuscom-ports-eb3e98a894677523e172ad14dfccf34dd9fe5862.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/vino/Makefile | 9 | ||||
-rw-r--r-- | 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 <tmclaugh@sdf.lonestar.org> # # $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 <bsd.port.mk> 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 |