diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-04 18:14:34 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-04 18:14:34 +0000 |
commit | 5621fa47959ef70182a255d4fa2b8956cff90def (patch) | |
tree | ed545f537b2380da01389b54ca3b83b7d967efe5 /deskutils/osynctool | |
parent | 51ad51f266a2e3bf499e0fee820719c00c590839 (diff) |
Notes
Diffstat (limited to 'deskutils/osynctool')
-rw-r--r-- | deskutils/osynctool/Makefile | 23 | ||||
-rw-r--r-- | deskutils/osynctool/distinfo | 2 | ||||
-rw-r--r-- | deskutils/osynctool/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/deskutils/osynctool/Makefile b/deskutils/osynctool/Makefile new file mode 100644 index 000000000000..d9eae5af107b --- /dev/null +++ b/deskutils/osynctool/Makefile @@ -0,0 +1,23 @@ +# Created by: Alexander Logvinov <ports@logvinov.com> +# $FreeBSD$ + +PORTNAME= osynctool +PORTVERSION= 0.39 +CATEGORIES= deskutils +MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ + +MAINTAINER= danilogondolfo@gmail.com +COMMENT= Command line client for the OpenSync framework + +LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync + +CONFLICTS= msynctool-0.2* + +USE_BZIP2= yes +USES= cmake:outsource pkgconfig + +PLIST_FILES= bin/${PORTNAME} \ + etc/bash_completion.d/${PORTNAME}.sh +PLIST_DIRSTRY= etc/bash_completion.d + +.include <bsd.port.mk> diff --git a/deskutils/osynctool/distinfo b/deskutils/osynctool/distinfo new file mode 100644 index 000000000000..2abb09453711 --- /dev/null +++ b/deskutils/osynctool/distinfo @@ -0,0 +1,2 @@ +SHA256 (osynctool-0.39.tar.bz2) = 9690bc7720fadd1517c56f04b480d99c87304a43dc6e04b89bf1f59bb7e6764d +SIZE (osynctool-0.39.tar.bz2) = 55850 diff --git a/deskutils/osynctool/pkg-descr b/deskutils/osynctool/pkg-descr new file mode 100644 index 000000000000..5727b2a00f14 --- /dev/null +++ b/deskutils/osynctool/pkg-descr @@ -0,0 +1,3 @@ +A command line client for the OpenSync framework. + +WWW: http://www.opensync.org/ |