ports/math/calcoo/Makefile

26 lines
631 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= RPN and algebraic scientific calculator
DISTNAME= calcoo-1.3.18
REVISION= 11
CATEGORIES= math
HOMEPAGE= http://calcoo.sourceforge.net/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2+
PERMIT_PACKAGE= Yes
2023-09-27 17:15:09 +00:00
SITES= ${SITE_SOURCEFORGE:=calcoo/}
2023-08-16 22:26:55 +00:00
LIB_DEPENDS= x11/gtk+2
WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender atk-1.0 c cairo fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0
WANTLIB += harfbuzz intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 z
SEPARATE_BUILD= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>