openbsd-ports/x11/gnome/clocks/Makefile

38 lines
687 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:46:10 espie Exp $
PKG_ARCH= *
COMMENT= clock application for GNOME
GNOME_PROJECT= gnome-clocks
2012-12-04 03:09:33 -05:00
GNOME_VERSION= 0.1.5
MODPY_EGG_VERSION= ${GNOME_VERSION}
HOMEPAGE= https://live.gnome.org/GnomeClocks
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MODULES= devel/dconf \
lang/python \
x11/gnome
BUILD_DEPENDS= devel/py-distutils-extra
RUN_DEPENDS= devel/libnotify \
devel/py-gobject3 \
graphics/clutter/clutter-gtk \
2012-12-04 03:09:33 -05:00
x11/gnome/desktop \
x11/gnome/libgweather
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
CONFIGURE_STYLE= # empty
pre-configure:
${SUBST_CMD} ${WRKSRC}/gnome-clocks
.include <bsd.port.mk>