pkgsrc/math/grpn/Makefile

19 lines
402 B
Makefile
Raw Normal View History

2002-04-27 14:44:05 +02:00
# $NetBSD: Makefile,v 1.7 2002/04/27 12:44:05 dmcmahill Exp $
#
DISTNAME= grpn-1.1.0
PKGREVISION= 1
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
DEPENDS+= gtk+-1.2.*:../../x11/gtk
USE_X11= yes
.include "../../mk/bsd.pkg.mk"