23 lines
565 B
Makefile
23 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/08/12 02:17:43 obache Exp $
|
|
|
|
DISTNAME= nickle-2.77
|
|
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
|
|
|
|
# suppress detection of DOCBOOK
|
|
CONFIGURE_ENV+= ac_cv_path_DOCBOOK2PDF=
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# lex.l:131:5: error: 'rl_catch_signals' undeclared (first use in this function)
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|