1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/libical/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

30 lines
490 B
Makefile

# Created by: Joe Kelsey
# $FreeBSD$
PORTNAME= libical
PORTVERSION= 1.0.1
CATEGORIES= devel
MAINTAINER= gnome@FreeBSD.org
COMMENT= Implementation of the IETF Calendaring and Scheduling protocols
LICENSE_COMB= dual
LICENSE= MPL LGPL21
USE_GITHUB= yes
GH_TAGNAME= da69aae
USES= cmake gmake pathfix perl5
USE_PERL5= build
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>