blob: ee10a64157e8dc8689b7ca07445326cf388eab1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.2 2013/07/02 11:39:17 rodent Exp $
#
DISTNAME= libgcal-0.9.6
CATEGORIES= time
MASTER_SITES= http://libgcal.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://code.google.com/p/libgcal/
COMMENT= C library allows communication with google calendar and contacts
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_CMAKE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libgcal.pc.in
.include "../../devel/check/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|