summaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
blob: 25e63467f017cd423dcc87a6b118a6305f0dbfe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.11 2003/07/17 21:43:56 grant Exp $

DISTNAME=       	STk-4.0.1
CATEGORIES=		lang
MASTER_SITES=		ftp://kaolin.unice.fr/pub/STk/

MAINTAINER=		perry@NetBSD.org
HOMEPAGE=		http://kaolin.unice.fr/STk/
COMMENT=		Scheme interpreter with full access to the Tk graphical package

USE_BUILDLINK2=		yes
OSVERSION_SPECIFIC=	yes
GNU_CONFIGURE=		yes
USE_X11=		yes

.include "../../mk/bsd.pkg.mk"