openbsd-ports/x11/gnome/font-viewer/Makefile
2013-03-29 15:19:46 +00:00

28 lines
812 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/29 15:19:46 jasper Exp $
COMMENT= font viewer for GNOME
GNOME_PROJECT= gnome-font-viewer
GNOME_VERSION= 3.8.0
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
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 += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gnome-desktop-3
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-3 harfbuzz icudata
WANTLIB += icule icuuc m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render
WANTLIB += xcb-shm xkbfile z
LIB_DEPENDS= x11/gnome/desktop
MODULES= devel/gettext \
x11/gnome
MODGNOME_DESKTOP_FILE= Yes
.include <bsd.port.mk>