1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/libical/Makefile
Jeremy Messenger 61d9c78a79 -Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).

Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.

PR:		ports/173540
Remind by:	Marcin Cieslak <saper@saper.info>
2012-12-30 05:14:01 +00:00

38 lines
741 B
Makefile

# Created by: Joe Kelsey
# $FreeBSD$
PORTNAME= libical
PORTVERSION= 0.48
CATEGORIES= devel
MASTER_SITES= SF/freeassociation/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= An implementation of the IETF Calendaring and Scheduling protocols
USE_GNOME= gnomehack ltverhack
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
OPTIONS_DEFINE= PYTHON
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYTHON}
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>