blob: bb8c48c180241701ca8a66e43bd14757fc7eb2a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: Scheme-to-C
# Version required: 15mar93
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
#
DISTNAME= Scheme-to-C
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
EXTRACT_SUFX= tar.Z
DISTFILES= 15mar93.tar.Z
NO_WRKSUBDIR=
.include <bsd.port.mk>
|