summaryrefslogtreecommitdiff
path: root/lang/mit-scheme/Makefile
blob: 12773214fa0a8d2b37ea96beda98efb07717ab5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    MIT-Scheme
# Version required:     7.3
# Date created:         Mar 26 1995
# Whom:                 jmacd@FreeBSD.ORG
#
# $Id: Makefile,v 1.11 1998/10/14 01:40:04 jseger Exp $
#

DISTNAME=       mit-scheme
PKGNAME=	mit-scheme-7.3
CATEGORIES=	lang
MASTER_SITES=   ${MASTER_SITE_LOCAL}
DISTFILES=	scheme-microcode+dist-7.3-freebsd.tgz

MAINTAINER= 	jmacd@FreeBSD.ORG

BROKEN_ELF=	yes

USE_XLIB=	yes

.include <bsd.port.mk>