aboutsummaryrefslogtreecommitdiff
path: root/devel/libical/Makefile
blob: 96028eef55e69c38d380985a81d855d8502b20b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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>