18 lines
434 B
Makefile
18 lines
434 B
Makefile
# 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.3 1995/04/01 12:47:06 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= Scheme-to-C
|
|
PKGNAME= schemetoc-93.3.15
|
|
CATEGORIES+= languages
|
|
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
|
|
DISTFILES= 15mar93.tar.Z
|
|
|
|
NO_WRKSUBDIR=
|
|
|
|
.include <bsd.port.mk>
|