pkgsrc/math/grpn/Makefile

20 lines
443 B
Makefile
Raw Normal View History

2004-04-24 05:59:20 +02:00
# $NetBSD: Makefile,v 1.13 2004/04/24 04:22:39 snj 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/
2003-07-17 23:41:05 +02:00
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
2004-04-24 05:59:20 +02:00
USE_BUILDLINK3= yes
2002-09-23 23:55:11 +02:00
USE_X11= # defined
ALL_TARGET= grpn
2004-04-24 05:59:20 +02:00
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"