2008-07-27 18:51:48 +02:00
|
|
|
# New ports collection makefile for: msynctool-devel
|
|
|
|
# Date created: 11 June 2008
|
2008-07-11 10:42:52 +02:00
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= msynctool
|
2008-07-27 18:51:48 +02:00
|
|
|
PORTVERSION= 0.36
|
2009-03-24 20:13:32 +01:00
|
|
|
PORTREVISION= 1
|
2008-07-11 10:42:52 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
2008-07-27 18:51:48 +02:00
|
|
|
PKGNAMESUFFIX= -devel
|
2008-07-11 10:42:52 +02:00
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2008-07-11 10:42:52 +02:00
|
|
|
COMMENT= A command line client for the OpenSync framework
|
|
|
|
|
2008-07-27 18:51:48 +02:00
|
|
|
LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
|
2008-07-11 10:42:52 +02:00
|
|
|
|
2008-07-27 18:51:48 +02:00
|
|
|
CONFLICTS= msynctool-0.2*
|
2008-07-11 10:42:52 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2008-07-27 18:51:48 +02:00
|
|
|
USE_CMAKE= yes
|
2008-07-11 10:42:52 +02:00
|
|
|
|
2008-07-27 18:51:48 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2008-07-11 10:42:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|