93ab49fe0f
* Tomboy/panelapplet/AppletFactory.cs: Subclass from GLib.Object. Needed to work around what I can only guess is a mono 1.0.x and 1.1.x incompatibility, whereby calling protected GLib.Object.LookupGType externally is no longer allowed. Hopefully fixes bug #306815. http://bugzilla.gnome.org/show_bug.cgi?id=306815 Reported by: Geraud CONTINSOUZAS <gej at jmenbra.nl> Took from: tomboy CVS. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# New ports collection makefile for: tomboy
|
|
# Date created: 20041011
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $Id: Makefile,v 1.9 2005/06/21 22:32:11 mezz7 Exp $
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tomboy
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
|
|
|
|
MAINTAINER= tmclaugh@sdf.lonestar.org
|
|
COMMENT= Personal note taking system for the GNOME desktop
|
|
|
|
LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
|
BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
|
|
${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
|
|
RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
|
|
${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
|
|
|
|
USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
USE_LIBTOOL_VER=15
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= tomboy.1
|
|
GCONF_SCHEMAS= tomboy.schemas
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \
|
|
${WRKSRC}/data/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|