summaryrefslogtreecommitdiff
path: root/deskutils/tomboy/Makefile
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2007-10-23 03:34:22 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2007-10-23 03:34:22 +0000
commitcc0fea054eb7d9f307165ef651778e5bc76252c0 (patch)
tree037ca0678b28386ac5105adf697407aca41587d3 /deskutils/tomboy/Makefile
parentUpdate to 1.2.5 (diff)
Update to 0.8.0
Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
Notes
Notes: svn path=/head/; revision=201789
Diffstat (limited to 'deskutils/tomboy/Makefile')
-rw-r--r--deskutils/tomboy/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 1609d7e1e595..6e13f896ef32 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -3,12 +3,11 @@
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
-# $Id: Makefile,v 1.42 2007/03/13 00:44:36 killfill Exp $
+# $Id: Makefile,v 1.49 2007/09/20 15:16:43 killfill Exp $
#
PORTNAME= tomboy
-PORTVERSION= 0.6.3
-PORTREVISION= 1
+PORTVERSION= 0.8.0
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -32,7 +31,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 +48,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>