summaryrefslogtreecommitdiff
path: root/devel/libical/Makefile
blob: 412316def58de94830ca095c2d2b2f0f4361a97b (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
31
32
# New ports collection makefile for:   libical
# Date created:        8 November 2002
# Whom:                Joe Kelsey
#
# $FreeBSD$
#

PORTNAME=	libical
PORTVERSION=	0.24
PORTREVISION=	2
DISTFILES=	${DISTNAME}.RC4${EXTRACT_SUFX}
CATEGORIES=	devel
MASTER_SITES=	http://osdn.dl.sourceforge.net/sourceforge/freeassociation/

MAINTAINER=	joe@zircon.seattle.wa.us
COMMENT=	An implementation of the IETF's Calendaring and Scheduling protocols

USE_LIBTOOL=	yes
USE_GMAKE=	yes
USE_PERL5_BUILD=yes
INSTALLS_SHLIB=	yes

.if !defined(WITHOUT_PYTHON)
CONFIGURE_ARGS=	--enable-python=yes
USE_PYTHON=	yes
PLIST_SUB+=     PYTHON:=""
.else
CONFIGURE_ARGS=	--enable-python=no
PLIST_SUB+=     PYTHON:="@comment "
.endif

.include <bsd.port.mk>