aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/tomboy/Makefile
blob: 6736cd753c4bf30e257e7bcda3b8469d8d2db470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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= bsd-sharp-list@forge.novell.com
COMMENT=    Personal note taking system for the GNOME desktop

LIB_DEPENDS=    gtkspell.0:${PORTSDIR}/textproc/gtkspell2
BUILD_DEPENDS=  gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
        ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
RUN_DEPENDS=    gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
        ${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>