1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/libical/Makefile
John Marino 9e7279042b devel/libical: Mark not jobs safe
This port isn't safe for parallel building.  While here, also bring in
configure modification for DragonFly

Approved by:	x11 (kwm)
2014-05-07 00:39:06 +00:00

31 lines
596 B
Makefile

# Created by: Joe Kelsey
# $FreeBSD$
PORTNAME= libical
PORTVERSION= 1.0
CATEGORIES= devel
MASTER_SITES= SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Implementation of the IETF Calendaring and Scheduling protocols
LICENSE_COMB= dual
LICENSE= MPL LGPL21
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
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libical*.so.1.0.0
.include <bsd.port.post.mk>