openbsd-ports/sysutils/backintime/gnome/Makefile
ajacoutot 2af53dc412 Import backintime-0.9.26.
Back In Time is a simple backup tool for Linux inspired from the flyback
project and TimeVault. The backup is done by taking snapshots of a
specified set of directories.

ok jasper@
2010-05-04 12:53:49 +00:00

23 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/05/04 12:53:49 ajacoutot Exp $
COMMENT= simple backup tool -- GNOME UI
PKGNAME= backintime-gnome-${V}
CATEGORIES= x11
WRKSRC= ${WRKDIST}/gnome
SUBST_FILES= backintime-gnome
CONFIGURE_ARGS= --no-check
RUN_DEPENDS= ::sysutils/backintime/common \
::textproc/meld \
::x11/gnome/py-gnome \
::devel/py-notify \
:yelp-*:x11/gnome/yelp \
:desktop-file-utils-*:devel/desktop-file-utils
.include <bsd.port.mk>