pkgsrc/math/grpn/Makefile

20 lines
449 B
Makefile
Raw Normal View History

2003-07-13 15:50:19 +02:00
# $NetBSD: Makefile,v 1.11 2003/07/13 13:52:31 wiz Exp $
#
DISTNAME= grpn-1.1.2
2003-07-13 15:50:19 +02:00
PKGREVISION= 3
CATEGORIES= math
2002-04-27 14:44:05 +02:00
MASTER_SITES= ftp://lashwhip.com/pub/ \
http://lashwhip.com/grpn/
MAINTAINER= dmcmahill@netbsd.org
2002-04-27 14:44:05 +02:00
HOMEPAGE= http://lashwhip.com/grpn.html
COMMENT= Graphical reverse polish notation (RPN) calculator
2002-09-23 23:55:11 +02:00
USE_BUILDLINK2= # defined
USE_X11= # defined
ALL_TARGET= grpn
2002-09-23 23:55:11 +02:00
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"