2005-05-16 08:39:55 +02:00
|
|
|
# New ports collection makefile for: tomboy
|
|
|
|
# Date created: 20041011
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $Id: Makefile,v 1.7 2005/05/13 00:56:00 tmclau02 Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tomboy
|
|
|
|
PORTVERSION= 0.3.2
|
2005-05-30 08:33:17 +02:00
|
|
|
PORTREVISION= 2
|
2005-05-16 08:39:55 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
|
|
|
|
|
|
|
|
MAINTAINER= tmclaugh@sdf.lonestar.org
|
|
|
|
COMMENT= Personal note taking systemfor 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= ${BUILD_DEPENDS}
|
|
|
|
|
2005-05-30 08:33:17 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel
|
2005-05-16 08:39:55 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL_VER=15
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2005-05-30 08:33:17 +02:00
|
|
|
MAN1= tomboy.1
|
2005-05-16 08:39:55 +02:00
|
|
|
GCONF_SCHEMAS= tomboy.schemas
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|