blob: f3f052da59a5e0d20ea933be155f306b9082ff24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Pawel Pekala <pawel@FreeBSD.org>
# $FreeBSD$
PORTNAME= gdata
PORTREVISION= 1
COMMENT= Plugin providing Google Contacts in the Tab-address completion
LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata
CLAWS_PLUGINS_BUILD= gdata
.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>
|