mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
33 lines
732 B
Makefile
33 lines
732 B
Makefile
# Created by: Joe Kelsey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libical
|
|
PORTVERSION= 3.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://github.com/libical/libical/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Implementation of the IETF Calendaring and Scheduling protocols
|
|
|
|
LICENSE= LGPL21 MPL20
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libicuuc.so:devel/icu
|
|
|
|
CFLAGS_amd64= -fPIC
|
|
|
|
USES= cmake compiler:c++11-lib gnome pathfix perl5 pkgconfig
|
|
USE_PERL5= build
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
BUILD_DEPENDS= valac:lang/vala \
|
|
gtkdoc-scan:textproc/gtk-doc
|
|
USE_GNOME= introspection:build glib20 libxml2
|
|
CMAKE_ARGS+= -DGOBJECT_INTROSPECTION=true \
|
|
-DICAL_GLIB_VAPI=true \
|
|
-DICAL_BUILD_DOCS=false
|
|
|
|
.include <bsd.port.mk>
|