directory synchronization tool. It makes use of the GTK libraries and is released under the GPL license, so it is opensource. It is in beta stage and doesn't support all of rsync features, but can be effectively used to synchronize local directories. For example some people use grsync to synchronize their music collection with removable devices or to backup personal files to a networked drive.
18 lines
437 B
Makefile
18 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/10/04 10:09:40 ondratu Exp $
|
|
#
|
|
|
|
DISTNAME= grsync-0.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.opbyte.it/release/
|
|
|
|
MAINTAINER= pkgsrc@blackmouse.biz
|
|
HOMEPAGE= http://www.opbyte.it/grsync/
|
|
COMMENT= Grsync is a GUI (Graphical User Interface) for rsync
|
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|