diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:10:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-28 06:10:10 +0800 |
commit | 752a66b40a757b50196fb97fda1143a42e96c295 (patch) | |
tree | 49bd85e2fc333a96c40e09b46a8027f64b1a470f /mail/evolution-ews | |
parent | 2d81cfc3ccdf086d3ac5c107818ffe2f73f04d9a (diff) | |
download | marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.gz marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.tar.zst marcuscom-ports-752a66b40a757b50196fb97fda1143a42e96c295.zip |
Move gnome3 ports into the place of the gnome2 locations.
Update to new port rules, remove conflicts, latest_link, enable stage support.
gnome-games was skipped because I got a update for that.
gnome-keyring 2 vs 3, needs to be looked at.
zenity 2 vs 3, and libgnomekbd 2 vs 3
Use new lib_depend syntax in bsd.gnome.mk.
Possible lots of broken links.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-ews')
-rw-r--r-- | mail/evolution-ews/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index 2c7b86ab8..b10055cbc 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -9,19 +9,18 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= Evolution 3 plugin to connect to Microsoft Exchange Web Services +COMMENT= Evolution plugin to connect to Microsoft Exchange Web Services -BUILD_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 +BUILD_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libical.so:${PORTSDIR}/devel/libical -RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution3 +RUN_DEPENDS= evolution>=${EVO_VER}:${PORTSDIR}/mail/evolution EVO_VER= 3.6.0 -NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_AUTOTOOLS= libtool -USE_SQLITE= yes +USE_SQLITE= 3 USE_BDB= 5 USE_OPENLDAP= yes USE_GNOME= gnomeprefix intlhack ltasneededhack @@ -31,4 +30,12 @@ LDFLAGS+= -L${LOCALBASE}/lib VERSION= 3.6 PLIST_SUB= VERSION=${VERSION} +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution-data-server-${VERSION}/libeews-1.2.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution-data-server/*/lib*.so* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblzx.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution/${VERSION}/modules/module-*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution-data-server-${VERSION}/libewsutils.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution-data-server/registry-modules/module-ews-backend.so + .include <bsd.port.mk> |