blob: 91003c8aef7e0cee4ba19257734983b455894176 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: libopensync-plugin-evolution2
# Date created: 18 July 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= libopensync-plugin-evolution2
PORTVERSION= 0.22
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= webmaster@kibab.com
COMMENT= Evolution 2 plugin for the OpenSync framework
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
CONFLICTS= libopensync-plugin-evolution2-devel-[0-9]*
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= evolutiondataserver gconf2
.include <bsd.port.mk>
|