freebsd-ports/deskutils/libopensync-plugin-file/Makefile
Martin Wilke 10b61bac74 The file-sync opensync plugin is intended to synchronize all kinds of data
directly to the file-system. It is mainly used for backup and testing.

WWW: http://www.opensync.org/

PR:		ports/128628
Submitted by:	Alex Samorukov <samm at os2.kiev.ua>
2008-11-09 16:46:00 +00:00

21 lines
505 B
Makefile

# New ports collection makefile for: libopensync-plugin-file
# Date created: 6 November 2008
# Whom: Alex Samorukov <samm@os2.kiev.ua>
#
# $FreeBSD$
#
PORTNAME= libopensync-plugin-file
PORTVERSION= 0.22
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= samm@os2.kiev.ua
COMMENT= File-Sync plugin for the opensync framework
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
USE_BZIP2= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>