freebsd-ports/deskutils/libgcal/Makefile

33 lines
746 B
Makefile
Raw Normal View History

# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
# $FreeBSD$
PORTNAME= libgcal
PORTVERSION= 0.9.6
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= tkjacobsen@gmail.com
2012-07-24 23:27:13 +02:00
COMMENT= Library allowing communication with Google calendar and contacts
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
iconv:${PORTSDIR}/converters/libiconv \
xml2:${PORTSDIR}/textproc/libxml2
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
USE_CMAKE= yes
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
-DENABLE_TESTS=OFF
USE_LDCONFIG= yes
USE_GCC= 4.2+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && (${OSVERSION} >= 700000 && ${OSVERSION} < 800000)
BROKEN= does not link
.endif
.include <bsd.port.post.mk>