135eaf8c04
Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu>
16 lines
417 B
Makefile
16 lines
417 B
Makefile
# New ports collection makefile for: scheme48
|
|
# Version required: 0.36
|
|
# Date created: 2 Jan 1995
|
|
# Whom: jmacd@uclink.berkeley.edu
|
|
#
|
|
# $Id: Makefile,v 1.2 1994/12/31 03:48:02 swallace Exp $
|
|
#
|
|
|
|
DISTNAME= scheme48-0.36
|
|
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
ALL_TARGET = enough
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|