2011-09-27 07:45:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2011/09/27 11:45:00 ajacoutot Exp $
|
2011-09-24 08:21:02 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= simple encrypted backup tool for GNOME
|
|
|
|
|
2011-09-27 07:45:00 -04:00
|
|
|
V= 20.0
|
2011-09-24 08:21:02 -04:00
|
|
|
DISTNAME= deja-dup-${V}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
CATEGORIES= sysutils x11/gnome
|
|
|
|
|
|
|
|
HOMEPAGE= https://launchpad.net/deja-dup
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-09-27 07:45:00 -04:00
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
|
|
|
|
WANTLIB += cairo-gobject dbus-1 drm expat ffi fontconfig freetype
|
|
|
|
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
|
|
|
WANTLIB += gnome-keyring gobject-2.0 gpg-error gthread-2.0 gtk-3
|
|
|
|
WANTLIB += kvm m nautilus-extension notify pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
|
|
|
WANTLIB += xcb xcb-render xcb-shm z
|
2011-09-24 08:21:02 -04:00
|
|
|
|
|
|
|
MASTER_SITES= http://launchpad.net/deja-dup/20/${V}/+download/
|
|
|
|
|
|
|
|
MODULES= devel/dconf \
|
|
|
|
devel/gettext \
|
|
|
|
x11/gnome \
|
|
|
|
lang/python
|
|
|
|
|
|
|
|
MODGNOME_TOOLS= yelp
|
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
|
|
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
|
|
|
RUN_DEPENDS= sysutils/duplicity>=0.6.15
|
|
|
|
|
2011-09-27 07:45:00 -04:00
|
|
|
LIB_DEPENDS= x11/gnome/nautilus
|
2011-09-24 08:21:02 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= --disable-static \
|
|
|
|
--with-nautilus \
|
|
|
|
--without-unity
|
|
|
|
|
2011-09-27 07:45:00 -04:00
|
|
|
# XXX does not build with new gnome-control-center
|
|
|
|
CONFIGURE_ARGS += --without-ccpanel
|
|
|
|
|
2011-09-24 08:21:02 -04:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/deja-dup
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/common/PythonChecker.c
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/gnome/help
|
|
|
|
mv ${PREFIX}/share/help ${PREFIX}/share/gnome/help/deja-dup
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|