Tweak deskutils/cartotheque version 0.1_4
[dports.git] / deskutils / libopensync-plugin-python / Makefile
1 # Created by: Alexander Logvinov <ports@logvinov.com>
2 # $FreeBSD$
3
4 PORTNAME=       libopensync-plugin-python
5 PORTVERSION=    0.22
6 PORTREVISION=   1
7 CATEGORIES=     deskutils
8 MASTER_SITES=   http://www.opensync.org/download/releases/${PORTVERSION}/
9
10 MAINTAINER=     webmaster@kibab.com
11 COMMENT=        Python plugin for the OpenSync framework
12
13 LIB_DEPENDS=    libopensync.so:${PORTSDIR}/devel/libopensync022
14
15 CONFLICTS=      libopensync-plugin-python-devel-[0-9]*
16
17 USES=           libtool pkgconfig python tar:bzip2
18 GNU_CONFIGURE=  yes
19
20 .include <bsd.port.mk>