freebsd-ports/devel/libical/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

36 lines
776 B
Makefile

# New ports collection makefile for: libical
# Date created: 8 November 2002
# Whom: Joe Kelsey
#
# $FreeBSD$
#
PORTNAME= libical
PORTVERSION= 0.44
CATEGORIES= devel
MASTER_SITES= SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= An implementation of the IETF's Calendaring and Scheduling protocols
USE_GNOME= gnomehack
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
.if !defined(WITHOUT_PYTHON)
CONFIGURE_ARGS= --enable-python=yes
USE_PYTHON= yes
.else
CONFIGURE_ARGS= --enable-python=no
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>