2013-09-02 19:55:48 +00:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov.com>
|
2008-07-11 08:42:52 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= msynctool
|
|
|
|
PORTVERSION= 0.22
|
2014-07-05 12:19:32 +00:00
|
|
|
PORTREVISION= 1
|
2008-07-11 08:42:52 +00:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
|
|
|
|
2008-07-25 23:29:04 +00:00
|
|
|
MAINTAINER= webmaster@kibab.com
|
2014-06-10 07:39:01 +00:00
|
|
|
COMMENT= Command line client for the OpenSync framework
|
2008-07-11 08:42:52 +00:00
|
|
|
|
2013-12-11 18:28:10 +00:00
|
|
|
LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
|
2008-07-11 08:42:52 +00:00
|
|
|
|
2013-06-04 18:14:34 +00:00
|
|
|
CONFLICTS= osynctool-[0-9]*
|
2008-07-11 08:42:52 +00:00
|
|
|
|
2014-06-14 03:35:32 +00:00
|
|
|
USES= pkgconfig tar:bzip2
|
2008-07-11 08:42:52 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/convtest \
|
|
|
|
bin/convcard \
|
2014-06-14 03:35:32 +00:00
|
|
|
bin/${PORTNAME} \
|
|
|
|
man/man1/convcard.1.gz \
|
|
|
|
man/man1/${PORTNAME}.1.gz
|
2008-07-11 08:42:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|