freebsd-ports/devel/libical/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

36 lines
855 B
Makefile

# 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_VER= 13
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.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
.endif
.include <bsd.port.post.mk>