18 lines
377 B
Makefile
18 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/09/11 23:04:25 asau Exp $
|
|
#
|
|
|
|
DISTNAME= nickle-2.70
|
|
CATEGORIES= math lang
|
|
MASTER_SITES= http://nickle.org/release/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://nickle.org/
|
|
COMMENT= Desk calculator language
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|