summaryrefslogtreecommitdiffstats
path: root/devel/libical/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libical/Makefile')
-rw-r--r--devel/libical/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile
deleted file mode 100644
index 4da57bc26..000000000
--- a/devel/libical/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: libical
-# Date created: 8 November 2002
-# Whom: Joe Kelsey
-#
-# $FreeBSD$
-#
-
-PORTNAME= libical
-PORTVERSION= 0.43
-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_GNOME= gnomehack
-USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_PERL5_BUILD=yes
-USE_LDCONFIG= yes
-CONFIGURE_ENV+= CPPFLAGS="${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"
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
-.endif
-.include <bsd.port.post.mk>