b64a3e4a94
Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu>
16 lines
389 B
Makefile
16 lines
389 B
Makefile
# New ports collection makefile for: STk
|
|
# Version required: 2.1
|
|
# Date created: 28 Dec 1994
|
|
# Whom: jmacd@uclink.berkeley.edu
|
|
#
|
|
# $Id: Makefile,v 1.2 1994/12/31 03:48:02 swallace Exp $
|
|
#
|
|
|
|
DISTNAME= STk-2.1
|
|
MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/scheme-repository/imp/
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= "prefix = ${PREFIX}"
|
|
|
|
|
|
.include <bsd.port.mk>
|