2f6e2b49f2
2008-09-23 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 2.24.0 for release 2008-08-29 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 2.23.91 for release 2008-08-26 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Define HANDLE_LIBECAL_MEMORY to avoid the warning message * src/evolution-webcal-main.c (e_webcal_load): Free the name and description when LIBICAL_MEMFIXES is defined 2008-07-25 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: * Makefile.am: Update and require inltool 0.40.0 2008-02-24 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 2.21.92 for release 2008-02-24 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Sync the version with GNOME/Evolution 2.21 2008-01-30 Rodney Dawes <dobey.pwns@gmail.com> * configure.ac: Up version to 2.13.90 for release 2008-01-15 Dan Winship <danw@gnome.org> * configure.ac: Require libsoup 2.4 * src/evolution-webcal-notify.c: * src/evolution-webcal-main.c: Minor updates for libsoup 2.4
28 lines
880 B
Makefile
28 lines
880 B
Makefile
# $NetBSD: Makefile,v 1.36 2008/10/27 00:00:56 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= evolution-webcal-2.24.0
|
|
CATEGORIES= time gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-webcal/2.24/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.novell.com/products/desktop/features/evolution.html
|
|
COMMENT= GNOME URL handler for web-published iCal calendar files
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
GCONF_SCHEMAS= evolution-webcal.schemas
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../mail/evolution-data-server/buildlink3.mk"
|
|
.include "../../net/libsoup24/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|