2013-03-18 16:02:19 +01:00
|
|
|
# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
|
2009-08-22 05:55:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libgcal
|
2011-03-25 10:50:14 +01:00
|
|
|
PORTVERSION= 0.9.6
|
2013-07-11 18:26:26 +02:00
|
|
|
PORTREVISION= 1
|
2009-08-22 05:55:25 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
|
2013-04-16 18:00:08 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-07-24 23:27:13 +02:00
|
|
|
COMMENT= Library allowing communication with Google calendar and contacts
|
2009-08-22 05:55:25 +02:00
|
|
|
|
2013-04-16 18:00:08 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2013-08-23 23:33:59 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
|
|
|
libxml2.so:${PORTSDIR}/textproc/libxml2
|
2009-08-22 05:55:25 +02:00
|
|
|
|
2009-09-03 21:02:22 +02:00
|
|
|
USE_BZIP2= yes
|
2013-08-23 23:33:59 +02:00
|
|
|
USES= cmake iconv
|
2013-03-18 16:02:19 +01:00
|
|
|
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
|
2010-07-10 13:16:49 +02:00
|
|
|
-DENABLE_TESTS=OFF
|
2009-08-22 05:55:25 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-08-24 15:30:21 +02:00
|
|
|
USE_GCC= 4.2+
|
2009-08-22 05:55:25 +02:00
|
|
|
|
2013-09-20 18:21:37 +02:00
|
|
|
NO_STAGE= yes
|
2013-04-16 18:00:08 +02:00
|
|
|
.include <bsd.port.mk>
|