pkgsrc/math/nickle/Makefile
tnn 844755f477 fix build issue with Sun Studio. It doesn't like void values as operators
to ternary expressions, even when the result is discarded.
While here, update to nickle-2.69. Only difference seems to be that
configry is generated with newer autotools.
2010-01-15 23:09:28 +00:00

18 lines
390 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/01/15 23:09:28 tnn Exp $
#
DISTNAME= nickle-2.69
CATEGORIES= math lang
MASTER_SITES= http://nickle.org/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nickle.org/
COMMENT= Desk calculator language
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"