23 lines
408 B
Makefile
23 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/09/16 11:41:39 espie Exp $
|
|
|
|
COMMENT= simple backup tool -- GNOME UI
|
|
|
|
PKGNAME= backintime-gnome-${V}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= x11
|
|
|
|
WRKSRC= ${WRKDIST}/gnome
|
|
|
|
SUBST_FILES= backintime-gnome
|
|
|
|
CONFIGURE_ARGS= --no-check
|
|
|
|
RUN_DEPENDS= sysutils/backintime/common>=${V} \
|
|
textproc/meld \
|
|
x11/gnome/py-gnome \
|
|
devel/py-notify \
|
|
devel/desktop-file-utils
|
|
|
|
.include <bsd.port.mk>
|