openbsd-ports/math/grpn/Makefile

39 lines
934 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2010/09/30 07:21:20 ajacoutot Exp $
COMMENT= graphical reverse polish notation calculator
DISTNAME= grpn-1.1.2
REVISION= 3
CATEGORIES= math x11
HOMEPAGE= http://lashwhip.com/grpn.html
2003-11-02 14:58:21 -05:00
MASTER_SITES= http://lashwhip.com/grpn/ \
ftp://lashwhip.com/pub/
2010-03-23 16:38:20 -04:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-03-23 16:38:20 -04:00
MODULES= devel/gettext
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0
2010-03-23 16:38:20 -04:00
LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
MAKE_FLAGS= CC="${CC}"
ALL_TARGET=
2006-11-13 07:51:14 -05:00
USE_X11= Yes
2002-10-27 13:29:15 -05:00
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
.include <bsd.port.mk>