summaryrefslogtreecommitdiffstats
path: root/mail/evolution-mapi
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
commit65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch)
tree0648e0ce504a559632af430d3494fe2008d104aa /mail/evolution-mapi
parent613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff)
downloadmarcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-mapi')
-rw-r--r--mail/evolution-mapi/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/mail/evolution-mapi/Makefile b/mail/evolution-mapi/Makefile
index 749459594..5ffda33a5 100644
--- a/mail/evolution-mapi/Makefile
+++ b/mail/evolution-mapi/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: evolution-mapi
-# Date created: 24 Mar, 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/trunk/mail/evolution-mapi/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= evolution-mapi
PORTVERSION= 0.32.2
@@ -17,7 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Evolution plugin to connect to Microsoft Exchange servers
BUILD_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution
-LIB_DEPENDS= mapi.0:${PORTSDIR}/mail/libmapi
+LIB_DEPENDS= mapi:${PORTSDIR}/mail/libmapi
RUN_DEPENDS= ${PKGFILES}:${PORTSDIR}/mail/evolution
CONFLICTS= evolution-mapi-3.[0-9]*
@@ -25,7 +21,7 @@ CONFLICTS= evolution-mapi-3.[0-9]*
PKGFILES= ${LOCALBASE}/libdata/pkgconfig/evolution-plugin.pc
USE_BZIP2= yes
-USE_GETTEXT= yes
+USES= gettext
USE_GMAKE= yes
USE_GNOME= evolutiondataserver
USE_LDCONFIG= yes
@@ -37,12 +33,10 @@ EVO_VERSION= 2.32
EDS_VERSION= 1.2
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION=${EDS_VERSION}
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/src/libexchangemapi/Makefile.in
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \
${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>