ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
17 lines
431 B
Makefile
17 lines
431 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.2 1994/12/31 03:48:02 swallace Exp $
|
|
#
|
|
|
|
DISTNAME= Scheme-to-C
|
|
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
|
|
CATEGORIES+= languages
|
|
EXTRACT_SUFX= tar.Z
|
|
DISTFILES= 15mar93.tar.Z
|
|
NO_WRKSUBDIR=
|
|
|
|
.include <bsd.port.mk>
|