mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8eecdc61b3
there's something a little weird about this port, I had to make a FreeBSD specific distfile, using two of the official distfiles. I included a description of what I had done, but it is much easier (and saves downloading about 3 megs) to use this distfile. So, how do I get the distfile I've made into the right place without faking it out by first putting a real site and then changing it to always use freebsd.cdrom.com? the distfile is in freefall.cdrom.com:~jmacd/scheme-microcode+dist-7.3-freebsd.tgz
12 lines
307 B
Makefile
12 lines
307 B
Makefile
# New ports collection makefile for: MIT-Scheme
|
|
# Version required: 7.3
|
|
# Date created: Mar 26 1995
|
|
# Whom: jmacd@uclink.berkeley.edu
|
|
#
|
|
|
|
DISTNAME= mit-scheme
|
|
DISTFILES= scheme-microcode+dist-7.3-freebsd.tgz
|
|
MAINTAINER= jmacd@uclink.berkeley.edu
|
|
|
|
.include <bsd.port.mk>
|