mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
30 lines
490 B
Makefile
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>
|