pkgsrc/math/grpn/Makefile
drochner 42363dff28 update to 1.2
changes:
-Added deg, rad, pol and rect commands
-Added engineer notation
-New function "mod"=remainder introduced
-minor cleanup
-Locale determines the decimal separator point or comma
-Compiles against gtk2

pkgsrc change: DESTDIR support
2009-11-15 13:32:16 +00:00

23 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.21 2009/11/15 13:32:16 drochner Exp $
#
DISTNAME= grpn
PKGNAME= grpn-1.2
DIST_SUBDIR= grpn-1.2
CATEGORIES= math
#MASTER_SITES= http://lashwhip.com/grpn/
MASTER_SITES= http://www.getreu.net/public/downloads/
MAINTAINER= dmcmahill@NetBSD.org
# the original gtk1 version
#HOMEPAGE= http://lashwhip.com/grpn.html
HOMEPAGE= http://www.getreu.net/
COMMENT= Graphical reverse polish notation (RPN) calculator
BUILD_TARGET= grpn
USE_TOOLS+= mkdirhier
WRKSRC= ${WRKDIR}/grpn-1.2
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"