mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1e7616123c
- Update WWW to the new site on sourceforge PR: ports/118444 Submitted by: Derkjan de Haan <haanjdj at gmail.com> Approved by: maintainer timeout (2 months)
37 lines
823 B
Makefile
37 lines
823 B
Makefile
# New ports collection makefile for: libical
|
|
# Date created: 8 November 2002
|
|
# Whom: Joe Kelsey
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libical
|
|
PORTVERSION= 0.27
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= freeassociation
|
|
|
|
MAINTAINER= joe@zircon.seattle.wa.us
|
|
COMMENT= An implementation of the IETF's Calendaring and Scheduling protocols
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5_BUILD=yes
|
|
USE_LDCONFIG= 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.pre.mk>
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
|
|
.endif
|
|
.include <bsd.port.post.mk>
|