blob: 42c76899ccabd79cf93b7df5078474c20a947978 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.1.1.1 2007/02/22 20:35:38 drochner Exp $
#
DISTNAME= nickle-2.56
CATEGORIES= math lang
MASTER_SITES= http://nickle.org/release/
MAINTAINER= pkgsrc_users@NetBSD.org
HOMEPAGE= http://nickle.org/
COMMENT= Desk calculator language
GNU_CONFIGURE= yes
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|