summaryrefslogtreecommitdiff
path: root/deskutils/libgcal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/libgcal/Makefile')
-rw-r--r--deskutils/libgcal/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/deskutils/libgcal/Makefile b/deskutils/libgcal/Makefile
deleted file mode 100644
index 8f08c15ef989..000000000000
--- a/deskutils/libgcal/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
-# $FreeBSD$
-
-PORTNAME= libgcal
-PORTVERSION= 0.9.6
-PORTREVISION= 3
-CATEGORIES= deskutils
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library allowing communication with Google calendar and contacts
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-LIB_DEPENDS= libcurl.so:ftp/curl \
- libxml2.so:textproc/libxml2
-
-USES= cmake tar:bzip2
-CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
- -DENABLE_TESTS=OFF
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>