pkgsrc-wip/grsync/Makefile
Ondrej Tuma ac4a1fd415 Grsync is a GUI (Graphical User Interface) for rsync, the commandline
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.
2006-10-04 10:09:40 +00:00

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"