freebsd-ports/lang/nickle/Makefile
Eric Anholt bbb485331b Update to 2.41 and take maintainership. I hang out with the authors a lot, and
they've basically made me start using it.  It got to the point that I'd say, "I
should write that in nickle" and I didn't even know the language yet.
2004-08-22 04:59:53 +00:00

22 lines
471 B
Makefile

# New ports collection makefile for: nickle
# Date created: 16 April 2001
# Whom: Christopher Elkins <chrise@scardini.com>
#
# $FreeBSD$
#
PORTNAME= nickle
PORTVERSION= 2.41
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/
MAINTAINER= anholt@FreeBSD.org
COMMENT= A desk calculator language
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= nickle.1
.include <bsd.port.mk>