summaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
blob: 89146bce59cc7aa5111ac46270f803fc3933a70c (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
26
27
28
29
30
31
# Created by: jmacd@cs.berkeley.edu
# $FreeBSD$

PORTNAME=	STk
PORTVERSION=	4.0.1
PORTREVISION=	2
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_XORG=	x11 ice sm xt
GNU_CONFIGURE=	yes
CFLAGS=		-I${LOCALBASE}/include
MAKE_JOBS_UNSAFE=yes

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

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

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile on sparc64
.endif

.include <bsd.port.post.mk>