summaryrefslogtreecommitdiff
path: root/deskutils/msynctool/Makefile
blob: 3ed602909e012cece1e279f2222e3777b603a61a (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
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$

PORTNAME=	msynctool
PORTVERSION=	0.22
CATEGORIES=	deskutils
MASTER_SITES=	http://www.opensync.org/download/releases/${PORTVERSION}/

MAINTAINER=	webmaster@kibab.com
COMMENT=	Command line client for the OpenSync framework

LIB_DEPENDS=	libopensync.so:${PORTSDIR}/devel/libopensync022

CONFLICTS=	osynctool-[0-9]*

USES=		pkgconfig tar:bzip2
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/convtest \
		bin/convcard \
		bin/${PORTNAME} \
		man/man1/convcard.1.gz \
		man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>