ajacoutot ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00

28 lines
666 B
Makefile

# $OpenBSD: Makefile,v 1.51 2013/09/28 08:51:25 ajacoutot Exp $
COMMENT= mouse accessibility enhancements for GNOME
GNOME_PROJECT= mousetweaks
GNOME_VERSION= 3.10.0
REVISION= 0
# GPLv3 - GFDLv1.3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcursor Xfixes Xtst atk-1.0 c cairo cairo-gobject
WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 gtk-3 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pthread z
MODULES= devel/dconf \
devel/gettext \
x11/gnome
BUILD_DEPENDS= devel/gsettings-desktop-schemas
RUN_DEPENDS= devel/gsettings-desktop-schemas
LIB_DEPENDS= x11/gtk+3
MODGNOME_TOOLS= yelp
.include <bsd.port.mk>