blob: d33b80a963ab2f698b703c23834a5ad0eb2e517f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: scheme48
# Version required: 0.36
# Date created: 2 Jan 1995
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.1.1.1 1995/01/07 20:53:32 swallace Exp $
#
DISTNAME= scheme48-0.36
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
CATEGORIES+= languages
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET = enough
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|