ajacoutot 97a018d199 Import gnome-todo-3.18.1.
GNOME Todo is a simple task management application designed to integrate with
GNOME.

ok jasper@
2015-10-18 08:16:40 +00:00

33 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/10/18 08:16:40 ajacoutot Exp $
COMMENT= simple task management application
GNOME_PROJECT= gnome-todo
GNOME_VERSION= 3.18.1
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject camel-1.2 db dbus-1 ebackend-1.2
WANTLIB += ecal-1.2 edataserver-1.2 edataserverui-1.2 epoxy expat
WANTLIB += ffi fontconfig freetype gck-1 gcr-base-3 gcr-ui-3 gcrypt
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 goa-1.0
WANTLIB += gobject-2.0 gpg-error graphite2 gthread-2.0 gtk-3 harfbuzz
WANTLIB += ical icalss icalvcal icudata icui18n icuuc lzma m nspr4
WANTLIB += nss3 nssutil3 p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += secret-1 smime3 softokn3 soup-2.4 sqlite3 ssl3 xcb
WANTLIB += xcb-render xcb-shm xml2 z
MODULES= devel/dconf \
devel/gettext \
x11/gnome
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache
LIB_DEPENDS= databases/evolution-data-server
.include <bsd.port.mk>