openbsd-ports/x11/gnome/gcalctool/Makefile

46 lines
1.1 KiB
Makefile
Raw Normal View History

2011-09-12 08:04:16 -04:00
# $OpenBSD: Makefile,v 1.49 2011/09/12 12:04:16 jasper Exp $
COMMENT= GTK desktop calculator
GNOME_PROJECT= gcalctool
GNOME_VERSION= 6.0.2
2011-09-12 04:46:10 -04:00
REVISION= 4
2011-03-25 05:13:43 -04:00
2009-03-15 17:55:12 -04:00
CATEGORIES= math
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-09-12 08:04:16 -04:00
EXTRACT_SUFX= .tar.bz2
2011-09-12 04:46:10 -04:00
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr 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 gthread-2.0 gtk-3 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread pthread-stubs
WANTLIB += xcb xcb-render xcb-shm xml2 z
MODULES= devel/gettext \
2011-03-25 05:13:43 -04:00
x11/gnome \
devel/dconf
2011-09-12 04:46:10 -04:00
LIB_DEPENDS+= x11/gtk+3
2010-11-15 13:05:19 -05:00
BUILD_DEPENDS= devel/bison
YACC= bison
# needed to download IMF/ECB rates (Financial mode)
RUN_DEPENDS= x11/gnome/gvfs
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
2011-09-12 04:46:10 -04:00
CONFIGURE_ARGS+= --with-gtk=3.0
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>