diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /mail/mail-notification | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'mail/mail-notification')
-rw-r--r-- | mail/mail-notification/Makefile | 9 | ||||
-rw-r--r-- | mail/mail-notification/pkg-plist | 10 |
2 files changed, 13 insertions, 6 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 5dcb946..c0d382f 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,6 +7,7 @@ PORTNAME= mail-notification PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= mailnotify MAINTAINER= jylefort@FreeBSD.org COMMENT= A mail notification for freedesktop.org-compliant system trays -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= gnomeprefix gnomehack eel2 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -67,9 +68,9 @@ PLIST_SUB+= GMAIL="" CONFIGURE_ARGS+=--disable-evolution PLIST_SUB+= EVOLUTION="@comment " .else -BUILD_DEPENDS+= ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution -RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution -PLIST_SUB+= EVOLUTION="" LITERAL_PREFIX="${PREFIX}" +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution +PLIST_SUB+= EVOLUTION="" .endif .if defined(WITHOUT_SYLPHEED) CONFIGURE_ARGS+=--disable-sylpheed diff --git a/mail/mail-notification/pkg-plist b/mail/mail-notification/pkg-plist index a5a268d..052b499 100644 --- a/mail/mail-notification/pkg-plist +++ b/mail/mail-notification/pkg-plist @@ -30,12 +30,10 @@ share/locale/ru/LC_MESSAGES/mail-notification.mo share/locale/sr/LC_MESSAGES/mail-notification.mo share/locale/sr@Latn/LC_MESSAGES/mail-notification.mo share/locale/sv/LC_MESSAGES/mail-notification.mo -%%EVOLUTION%%@cwd %%X11BASE%% %%EVOLUTION%%lib/evolution/2.6/plugins/liborg-gnome-mail-notification.a %%EVOLUTION%%lib/evolution/2.6/plugins/liborg-gnome-mail-notification.la %%EVOLUTION%%lib/evolution/2.6/plugins/liborg-gnome-mail-notification.so %%EVOLUTION%%lib/evolution/2.6/plugins/org-gnome-mail-notification.eplug -%%EVOLUTION%%@cwd %%LITERAL_PREFIX%% @dirrm share/gnome/omf/mail-notification @dirrm share/gnome/mail-notification/ui @dirrm share/gnome/mail-notification @@ -43,3 +41,11 @@ share/locale/sv/LC_MESSAGES/mail-notification.mo @dirrm share/gnome/help/mail-notification/C @dirrm share/gnome/help/mail-notification @dirrmtry etc/xdg/autostart +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs |