freebsd-ports/deskutils/libgcal/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
536 B
Makefile

# 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
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>