summaryrefslogtreecommitdiff
path: root/lang/nickle/Makefile
blob: 04db138fa4413cb8c9a316149657f6aaa6d7419f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:   nickle
# Date created:        16 April 2001
# Whom:                Christopher Elkins <chrise@scardini.com>
#
# $FreeBSD$
#

PORTNAME=	nickle
PORTVERSION=	1.99.2
CATEGORIES=	lang
MASTER_SITES=	http://nickle.keithp.com/release/

MAINTAINER=	ports@FreeBSD.org

USE_BZIP2=	yes
GNU_CONFIGURE=	yes

MAN1=	nickle.1

.include <bsd.port.mk>