openbsd-ports/math/grpn/Makefile

39 lines
931 B
Makefile
Raw Normal View History

2010-07-18 06:30:41 -04:00
# $OpenBSD: Makefile,v 1.18 2010/07/18 10:30:41 steven Exp $
COMMENT= graphical reverse polish notation calculator
DISTNAME= grpn-1.1.2
2010-07-18 06:30:41 -04:00
REVISION= 2
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
LIB_DEPENDS= gdk_pixbuf-2.0,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>