37 lines
862 B
Makefile
Raw Normal View History

2012-04-17 08:03:44 +00:00
# $OpenBSD: Makefile,v 1.58 2012/04/17 08:03:44 jasper Exp $
COMMENT= GTK desktop calculator
GNOME_PROJECT= gcalctool
2012-04-17 08:03:44 +00:00
GNOME_VERSION= 6.4.1.1
2011-03-25 09:13:43 +00:00
2009-03-15 21:55:12 +00:00
CATEGORIES= math
2012-03-30 14:09:59 +00:00
HOMEPAGE= https://live.gnome.org/Gcalctool
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-03-29 07:15:05 +00:00
WANTLIB += GL X11 Xrender atk-1.0 c cairo cairo-gobject expat
2011-09-12 08:46:10 +00:00
WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
2012-03-29 07:15:05 +00:00
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 \
2011-03-25 09:13:43 +00:00
x11/gnome \
devel/dconf
2011-09-12 08:46:10 +00:00
LIB_DEPENDS+= x11/gtk+3
# needed to download IMF/ECB rates (Financial mode)
RUN_DEPENDS= x11/gnome/gvfs
2011-09-20 20:52:45 +00:00
MODGNOME_TOOLS= yelp
2011-09-27 06:28:14 +00:00
MODGNOME_DESKTOP_FILE= Yes
.include <bsd.port.mk>