freebsd-ports/devel/libical/Makefile
Mark Linimon c412683a95 While I'm cleaning out my queue for Q3, add this trivial change which
I have had around for a while.

It merely brings the usage into modernity.  (Well, it drops ia64, but
that was done in a tree sweep a long time ago.)

Approved by:	portmgr (tier-2 blanket)
2018-06-11 02:34:57 +00:00

26 lines
486 B
Makefile

# Created by: Joe Kelsey
# $FreeBSD$
PORTNAME= libical
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= gnome@FreeBSD.org
COMMENT= Implementation of the IETF Calendaring and Scheduling protocols
LICENSE= LGPL21 MPL10
LICENSE_COMB= dual
LIB_DEPENDS= libicuuc.so:devel/icu
CFLAGS_amd64= -fPIC
USES= cmake compiler:c++11-lib pathfix perl5
USE_GITHUB= yes
USE_GNOME= introspection:build
USE_PERL5= build
USE_LDCONFIG= yes
.include <bsd.port.mk>