# New ports collection makefile for:   nickle
# Date created:        16 April 2001
# Whom:                Christopher Elkins <chrise@scardini.com>
#
# $FreeBSD: ports/lang/nickle/Makefile,v 1.5 2003/05/18 09:57:04 kris Exp $
#

PORTNAME=	nickle
PORTVERSION=	2.00
CATEGORIES=	lang
MASTER_SITES=	http://www.nickle.org/release/

MAINTAINER=	chrise@scardini.com
COMMENT=	A desk calculator language

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes

MAN1=	nickle.1

.include <bsd.port.post.mk>
