6886952f3f
Tomboy is a desktop note-taking application for Linux and Unix. Simple and easy to use, but with potential to help you organize the ideas and information you deal with every day.
50 lines
1.4 KiB
Makefile
50 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/17 07:16:15 robert Exp $
|
|
|
|
COMMENT= desktop note-taking application written in C#
|
|
|
|
GNOME_PROJECT= tomboy
|
|
GNOME_VERSION= 0.12.1
|
|
CATEGORIES= x11
|
|
|
|
# GPL/LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome lang/mono devel/gettext
|
|
|
|
USE_X11= Yes
|
|
DESKTOP_FILES= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
|
Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
|
|
cairo expat fontconfig freetype gailutil gdk-x11-2.0 \
|
|
gdk_pixbuf-2.0 glib-2.0 glitz gmodule-2.0 gnomecanvas-2 \
|
|
gnomeprint-2-2 gnomeprintui-2-2 gobject-2.0 gtk-x11-2.0 \
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
|
|
png xml2 z
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::lang/mono \
|
|
::devel/mono-addins \
|
|
::sysutils/ndesk-dbus-glib \
|
|
::x11/gnome/mono-gnome \
|
|
:shared-mime-info->=0.21:misc/shared-mime-info \
|
|
:scrollkeeper-*:textproc/scrollkeeper \
|
|
:gnome-icon-theme->=2.18.0:x11/gnome/icon-theme
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-schemas-install \
|
|
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/tomboy
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
DLLMAP_FILES= Tomboy/Tomboy.exe.config
|
|
|
|
post-patch:
|
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
|
|
|
.include <bsd.port.mk>
|