openbsd-ports/x11/gnome/gcalctool/Makefile

43 lines
991 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.44 2011/05/28 08:15:53 ajacoutot Exp $
COMMENT= GTK2 desktop calculator
GNOME_PROJECT= gcalctool
2010-11-23 00:58:10 -05:00
GNOME_VERSION= 5.32.2
REVISION= 2
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
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
2010-11-23 00:58:10 -05:00
WANTLIB += xml2 GL Xxf86vm drm xcb-shm
MODULES= devel/gettext \
2011-03-25 05:13:43 -04:00
x11/gnome \
devel/dconf
2010-11-15 13:05:19 -05:00
LIB_DEPENDS= x11/gtk+2
2010-10-02 03:24:22 -04:00
2010-11-15 13:05:19 -05:00
BUILD_DEPENDS= devel/bison
MODGNOME_HELP_FILES= Yes
DESKTOP_FILES= Yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF= Yes
.include <bsd.port.mk>