openbsd-ports/sysutils/deja-dup/Makefile

64 lines
1.6 KiB
Makefile
Raw Normal View History

2013-03-19 05:21:22 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/19 09:21:22 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= simple encrypted backup tool for GNOME
2012-09-27 03:35:56 -04:00
GNOME_VERSION= 24.0
2012-03-23 07:38:05 -04:00
GNOME_PROJECT= deja-dup
2013-03-19 05:21:22 -04:00
REVISION= 1
2011-12-03 18:04:36 -05:00
CATEGORIES= sysutils x11/gnome
HOMEPAGE= https://launchpad.net/deja-dup
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
2013-03-19 05:21:22 -04:00
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject dbus-1 expat ffi fontconfig freetype
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 girepository-1.0
2012-08-30 04:00:12 -04:00
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring gobject-2.0 gpg-error
2013-03-19 05:21:22 -04:00
WANTLIB += graphite2 gthread-2.0 gtk-3 harfbuzz icudata icule
WANTLIB += icuuc m nautilus-extension notify pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre peas-1.0 pixman-1 png pthread pthread-stubs
WANTLIB += xcb xcb-render xcb-shm z
2012-09-27 03:35:56 -04:00
MASTER_SITES= https://launchpad.net/deja-dup/${GNOME_VERSION:C/^([0-9]+).*/\1/}/${GNOME_VERSION}/+download/
MODULES= devel/dconf \
devel/gettext \
lang/python \
x11/gnome
2012-08-30 04:00:12 -04:00
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE= Yes
2011-12-03 18:04:36 -05:00
MODGNOME_ICON_CACHE= Yes
LIBTOOL_FLAGS= --tag=disable-static
BUILD_DEPENDS= lang/vala
2012-08-30 04:00:12 -04:00
RUN_DEPENDS= sysutils/duplicity
2012-08-30 04:00:12 -04:00
LIB_DEPENDS= devel/libpeas \
x11/gnome/nautilus
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
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/deja-dup
pre-configure:
2012-03-23 07:38:05 -04:00
${SUBST_CMD} ${WRKSRC}/common/PythonChecker.vala
.include <bsd.port.mk>