43 lines
988 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.43 2011/05/14 13:41:14 jasper Exp $
COMMENT= GTK2 desktop calculator
GNOME_PROJECT= gcalctool
2010-11-23 05:58:10 +00:00
GNOME_VERSION= 5.32.2
REVISION= 1
2011-03-25 09:13:43 +00:00
2009-03-15 21:55:12 +00:00
CATEGORIES= math
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-09-30 07:39:48 +00:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
2010-04-22 20:37:26 +00:00
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
2010-10-11 08:11:24 +00:00
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
2009-10-11 16:15:13 +00:00
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
2010-04-22 20:37:26 +00:00
WANTLIB += pixman-1 png pthread pthread-stubs xcb z xcb-render
2010-11-23 05:58:10 +00:00
WANTLIB += xml2 GL Xxf86vm drm xcb-shm
MODULES= devel/gettext \
2011-03-25 09:13:43 +00:00
x11/gnome \
devel/dconf
2010-11-15 18:05:19 +00:00
LIB_DEPENDS= x11/gtk+2
2010-10-02 07:24:22 +00:00
2010-11-15 18:05:19 +00: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>