summaryrefslogtreecommitdiffstats
path: root/deskutils/tomboy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/tomboy/Makefile')
-rw-r--r--deskutils/tomboy/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 8a873c4b0..e449aa459 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -3,12 +3,12 @@
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.11 2007-05-19 21:36:04 marcus Exp $
+# $Id: Makefile,v 1.12 2007-10-23 21:25:44 mezz Exp $
#
PORTNAME= tomboy
-PORTVERSION= 0.6.3
-PORTREVISION= 2
+PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -32,7 +32,8 @@ INSTALLS_OMF= yes
CONFIGURE_ARGS+=--enable-evolution=yes \
--enable-dbus=yes \
- --enable-dbus-service-dir-check=no
+ --enable-dbus-service-dir-check=no \
+ --with-dbus-service-dir=${PREFIX}/share/dbus-1/services
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
DBUS_SERVICE_DIR="${PREFIX}/share/dbus-1/services"
@@ -48,9 +49,5 @@ post-patch:
s|PANELAPPLET_SERVER_DIR="$$PANELAPPLET_LIBDIR|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g' \
${WRKSRC}/configure
-post-install:
- ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} ${WRKSRC}/Tomboy/Plugins/FixedWidth.dll ${PREFIX}/lib/tomboy/Plugins
- ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} ${WRKSRC}/Tomboy/Plugins/NoteOfTheDay.dll ${PREFIX}/lib/tomboy/Plugins
-
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>