42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.64 2012/09/17 11:22:24 jasper Exp $
|
|
|
|
COMMENT= GTK desktop calculator
|
|
|
|
GNOME_PROJECT= gcalctool
|
|
# XXX: dev. version, but unbreaks gcalctool since this issue was fixed:
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=676092
|
|
GNOME_VERSION= 6.5.92
|
|
|
|
CATEGORIES= math
|
|
|
|
HOMEPAGE= https://live.gnome.org/Gcalctool
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GL X11 Xrender atk-1.0 c cairo cairo-gobject expat
|
|
WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gtk-3 m pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pixman-1 png pthread pthread-stubs xcb
|
|
WANTLIB += xcb-render xcb-shm xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/dconf
|
|
|
|
LIB_DEPENDS+= x11/gtk+3
|
|
|
|
# needed to download IMF/ECB rates (Financial mode)
|
|
RUN_DEPENDS= x11/gnome/gvfs
|
|
|
|
MODGNOME_TOOLS= yelp
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
|
|
AUTOCONF_VERSION= 2.69
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
.include <bsd.port.mk>
|