diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch) | |
tree | e794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/scm | |
parent | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (diff) | |
download | ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.tar.gz ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.zip |
Notes
Diffstat (limited to 'lang/scm')
-rw-r--r-- | lang/scm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 426573708853..2b2b78069735 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -3,15 +3,17 @@ # Date created: Sat Nov 5 17:11:01 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.3 1995/03/28 04:32:31 gpalmer Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:47:08 jkh Exp $ # DISTNAME= scm -MASTER_SITES= ftp://swiss-ftp.ai.mit.edu/pub/scm/ +PKGNAME= scm-4e1 CATEGORIES+= languages +MASTER_SITES= ftp://swiss-ftp.ai.mit.edu/pub/scm/ DISTFILES= scm4e1.tar.gz \ slib.info.tar.gz slib2a2.tar.gz slib-psd1-3.tar.gz \ scmconfig4e1.tar.gz + GNU_CONFIGURE= USE_GMAKE= MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s defines="-DSICP -DHAVE_CONFIG_H -DFLOATS -DIO_EXTENSIONS -DMEMOIZE_LOCALS -DGC_FREE_SEGMENTS" -f |