mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
18 lines
379 B
Makefile
18 lines
379 B
Makefile
# New ports collection makefile for: MIT-Scheme
|
|
# Version required: 7.3
|
|
# Date created: Mar 26 1995
|
|
# Whom: jmacd@FreeBSD.ORG
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|