openbsd-ports/x11/gnome/gcalctool/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.38 2010/10/27 11:06:06 ajacoutot Exp $
COMMENT= GTK2 desktop calculator
GNOME_PROJECT= gcalctool
2010-09-30 03:39:48 -04:00
GNOME_VERSION= 5.32.0
REVISION= 3
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
2010-09-30 03:39:48 -04:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
2010-04-22 16:37:26 -04:00
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
2010-10-11 04:11:24 -04:00
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
2009-10-11 12:15:13 -04:00
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
2010-04-22 16:37:26 -04:00
WANTLIB += pixman-1 png pthread pthread-stubs xcb z xcb-render
WANTLIB += xcb-render-util xml2
MODULES= devel/gettext \
2010-09-30 03:39:48 -04:00
x11/gnome
2010-10-02 03:24:22 -04:00
LIB_DEPENDS= ::x11/gtk+2
BUILD_DEPENDS= ::devel/bison
RUN_DEPENDS= ::devel/dconf
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-schemas-compile
USE_GROFF= Yes
2010-09-30 03:39:48 -04:00
FAKE_FLAGS+= itlocaledir="${PREFIX}/share/locale/"
.include <bsd.port.mk>