10b61bac74
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>
21 lines
505 B
Makefile
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>
|