summaryrefslogtreecommitdiffstats
path: root/devel/libical/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-08 19:06:56 +0000
committermarcus <marcus@FreeBSD.org>2002-11-08 19:06:56 +0000
commit0daf4743386b8517947c274c4b99fe3ea33af631 (patch)
tree6d1487c165a3b4050e9368dff1170ed3cb49a61b /devel/libical/Makefile
parent95e04ec758b78988de32c979df1ea117de5918cf (diff)
downloadFreeBSD-ports-0daf4743386b8517947c274c4b99fe3ea33af631.zip
FreeBSD-ports-0daf4743386b8517947c274c4b99fe3ea33af631.tar.gz
Update to 0.24 RC4.
PR: 45146 Submitted by: maintainer
Diffstat (limited to 'devel/libical/Makefile')
-rw-r--r--devel/libical/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile
index 76222f7..86883c3 100644
--- a/devel/libical/Makefile
+++ b/devel/libical/Makefile
@@ -1,35 +1,31 @@
# New ports collection makefile for: libical
-# Date created: 4 November 2002
+# Date created: 8 November 2002
# Whom: Joe Kelsey
#
# $FreeBSD$
#
PORTNAME= libical
-PORTVERSION= 0.23
+PORTVERSION= 0.24
+DISTFILES= ${DISTNAME}.RC4${EXTRACT_SUFX}
CATEGORIES= devel
-MASTER_SITES= http://softwarestudio.org/download/
+MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/freeassociation/
MAINTAINER= joe@zircon.seattle.wa.us
BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
-USE_REINPLACE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_PYTHON)
-CONFIGURE_ARGS= --enable-python-bindings=yes
+CONFIGURE_ARGS= --enable-python=yes
USE_PYTHON= yes
PLIST_SUB+= PYTHON:=""
.else
-CONFIGURE_ARGS= --enable-python-bindings=no
+CONFIGURE_ARGS= --enable-python=no
PLIST_SUB+= PYTHON:="@comment "
.endif
-post-patch:
- @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|<malloc\.h>|<stdlib.h>|g'
-
.include <bsd.port.mk>
OpenPOWER on IntegriCloud