openbsd-ports/x11/gnome/mousetweaks/Makefile

31 lines
740 B
Makefile
Raw Normal View History

2013-03-30 03:25:26 -04:00
# $OpenBSD: Makefile,v 1.48 2013/03/30 07:25:26 ajacoutot Exp $
COMMENT= mouse accessibility enhancements for GNOME
GNOME_PROJECT= mousetweaks
2013-03-30 03:25:26 -04:00
GNOME_VERSION= 3.8.0
HOMEPAGE= http://live.gnome.org/Mousetweaks/Home
2009-10-15 14:16:40 -04:00
# GPLv3 - GFDLv1.3
PERMIT_PACKAGE_CDROM= Yes
2013-03-30 03:25:26 -04:00
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
2011-09-12 03:28:52 -04:00
MODULES= devel/dconf \
2009-10-15 14:16:40 -04:00
devel/gettext \
x11/gnome
2011-09-12 03:28:52 -04:00
USE_GROFF= Yes
2012-09-28 03:43:18 -04:00
BUILD_DEPENDS= devel/gsettings-desktop-schemas>=3.6.0
RUN_DEPENDS= devel/gsettings-desktop-schemas>=3.6.0
LIB_DEPENDS= x11/gtk+3>=3.6.0
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= yelp
.include <bsd.port.mk>