freebsd-ports/devel/libical/Makefile
Jan Beich dfe25d73e7 devel/icu: update to 72.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
2022-10-19 08:10:29 +00:00

49 lines
1.1 KiB
Makefile

PORTNAME= libical
DISTVERSION= 3.0.8
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= https://github.com/libical/libical/releases/download/v${PORTVERSION}/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Implementation of the IETF Calendaring and Scheduling protocols
WWW= https://github.com/libical
LICENSE= LGPL21 MPL20
LICENSE_COMB= dual
LIB_DEPENDS= libicuuc.so:devel/icu
USES= cmake compiler:c++11-lib cpe gnome pathfix perl5 pkgconfig
USE_PERL5= build
USE_LDCONFIG= yes
CPE_VENDOR= libical_project
MAKE_JOBS_UNSAFE= yes
CFLAGS_amd64= -fPIC
OPTIONS_DEFINE= DOCS GLIB INTROSPECTION VALA
OPTIONS_DEFAULT= GLIB INTROSPECTION VALA
OPTIONS_SUB= yes
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc
DOCS_CMAKE_BOOL= ICAL_BUILD_DOCS
DOCSDIR= ${PREFIX}/share/gtk-doc/html/libical-glib
VALA_DESC= Build VALA bindings
VALA_USES= vala:build
VALA_CMAKE_BOOL= ICAL_GLIB_VAPI
INTROSPECTION_DESC= Build GObject Introspection
INTROSPECTION_USE= gnome=introspection:build
INTROSPECTION_CMAKE_BOOL= GOBJECT_INTROSPECTION
GLIB_DESC= Build GLib bindings
GLIB_USE= GNOME=glib20,libxml2
GLIB_CMAKE_BOOL= ICAL_GLIB
PLIST_SUB+= VERSION=${PORTVERSION}
.include <bsd.port.mk>