5727b9916c
While here: - convert Makefile header - pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes) - drop support for unsupported FreeBSD versions - convert to optionsNG Submitted by: previous maintainer (tkjacobsen@gmail.com) [1] in http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html Feature safe: yes
26 lines
601 B
Makefile
26 lines
601 B
Makefile
# Created by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgcal
|
|
PORTVERSION= 0.9.6
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library allowing communication with Google calendar and contacts
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
iconv:${PORTSDIR}/converters/libiconv \
|
|
xml2:${PORTSDIR}/textproc/libxml2
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
CMAKE_ARGS= -DLIB_INSTALL_DIR="${LOCALBASE}/lib" \
|
|
-DENABLE_TESTS=OFF
|
|
USE_LDCONFIG= yes
|
|
USE_GCC= 4.2+
|
|
|
|
.include <bsd.port.mk>
|