freebsd-ports/devel/libical/Makefile
Hye-Shik Chang aff1614521 Bump PORTREVISION after lang/python's changing default to
BUILD_STATIC. This affects to python embedding programs only.

Submitted by:	olgeni
2003-08-23 01:03:50 +00:00

32 lines
729 B
Makefile

# New ports collection makefile for: libical
# Date created: 8 November 2002
# Whom: Joe Kelsey
#
# $FreeBSD$
#
PORTNAME= libical
PORTVERSION= 0.24
PORTREVISION= 1
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>