Tweak deskutils/nagaina version 0.1.2_10
[dports.git] / deskutils / osynctool / Makefile
1 # Created by: Alexander Logvinov <ports@logvinov.com>
2 # $FreeBSD$
3
4 PORTNAME=       osynctool
5 PORTVERSION=    0.39
6 CATEGORIES=     deskutils
7 MASTER_SITES=   http://www.opensync.org/download/releases/${PORTVERSION}/ \
8                 LOCAL/danilo
9
10 MAINTAINER=     danilo@FreeBSD.org
11 COMMENT=        Command line client for the OpenSync framework
12
13 LIB_DEPENDS=    libopensync.so:${PORTSDIR}/devel/libopensync
14
15 CONFLICTS=      msynctool-0.2*
16
17 USES=           cmake:outsource pkgconfig tar:bzip2
18
19 PLIST_FILES=    bin/${PORTNAME} \
20                 etc/bash_completion.d/${PORTNAME}.sh
21
22 .include <bsd.port.mk>