2010-04-30 11:51:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/04/30 15:51:57 jasper Exp $
|
2008-09-22 13:16:13 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= webcal(endar) handler for GNOME
|
|
|
|
|
|
|
|
GNOME_PROJECT= evolution-webcal
|
2010-03-30 13:30:09 -04:00
|
|
|
GNOME_VERSION= 2.28.1
|
2010-04-30 11:51:57 -04:00
|
|
|
PKGNAME= evolution-plugin-webcal-${GNOME_VERSION}p1
|
2009-01-20 18:13:30 -05:00
|
|
|
|
2008-09-22 13:16:13 -04:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/evolution/
|
|
|
|
|
2009-02-15 12:33:52 -05:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-09-22 13:16:13 -04:00
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-10-13 18:07:46 -04:00
|
|
|
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
2010-04-30 11:51:57 -04:00
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0
|
|
|
|
WANTLIB += c cairo dbus-1 expat fontconfig freetype
|
2009-10-13 18:07:46 -04:00
|
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
|
|
|
WANTLIB += gnutls gobject-2.0 gthread-2.0 gtk-x11-2.0 ical icalss
|
|
|
|
WANTLIB += icalvcal m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
|
|
|
|
WANTLIB += png pthread pthread-stubs xcb xml2 z
|
2010-04-23 04:12:32 -04:00
|
|
|
WANTLIB += dbus-glib-1 xcb-render xcb-render-util
|
2008-09-22 13:16:13 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
2009-06-07 01:59:47 -04:00
|
|
|
x11/gnome \
|
|
|
|
devel/gconf2
|
2008-09-22 13:16:13 -04:00
|
|
|
|
|
|
|
RUN_DEPENDS= ::mail/evolution
|
|
|
|
|
|
|
|
LIB_DEPENDS= ecal-1.2,edataserver-1.2::databases/evolution-data-server \
|
2009-10-13 18:07:46 -04:00
|
|
|
soup-2.4::devel/libsoup
|
2008-09-22 13:16:13 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2009-06-07 01:59:47 -04:00
|
|
|
MODGCONF2_SCHEMAS_DIR= evolution-webcal
|
2008-09-22 13:16:13 -04:00
|
|
|
|
2009-06-07 01:59:47 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2008-09-22 13:16:13 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|