aboutsummaryrefslogtreecommitdiffstats
path: root/lang/STk/Makefile
blob: 15703c4024d2d4427318260e5cf9a3e08f4087ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    STk
# Date created:     17 Sep 96
# Whom:         jmacd@cs.berkeley.edu
#
# $FreeBSD$
#

PORTNAME=   STk
PORTVERSION=    4.0.1
CATEGORIES= lang scheme
MASTER_SITES=   ${MASTER_SITE_SUNSITE} \
        ftp://kaolin.unice.fr/pub/STk/
MASTER_SITE_SUBDIR= devel/lang/lisp

MAINTAINER= ports@FreeBSD.org
COMMENT=    A scheme interpreter with full access to the Tk graphical package

USE_XLIB=   yes
GNU_CONFIGURE=  yes

PLIST_SUB=  STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}

STK_ARCH!=  ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"

.include <bsd.port.mk>