6e02d7ee41
Suggested by Roland Illig, ok'd by various.
19 lines
445 B
Makefile
19 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:03 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= grpn-1.1.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://lashwhip.com/pub/ \
|
|
http://lashwhip.com/grpn/
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://lashwhip.com/grpn.html
|
|
COMMENT= Graphical reverse polish notation (RPN) calculator
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_X11= # defined
|
|
BUILD_TARGET= grpn
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|