diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1995-01-07 20:53:32 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1995-01-07 20:53:32 +0000 |
commit | 135eaf8c0424d95831d7683ac1544197055519cd (patch) | |
tree | 8c3793bd4d17aada0f77d56a05ad62d39dc0ecf7 /lang/scheme48/Makefile | |
parent | 61f4d423b28c22cd5825394dd9cdd85114e71038 (diff) |
Notes
Diffstat (limited to 'lang/scheme48/Makefile')
-rw-r--r-- | lang/scheme48/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile new file mode 100644 index 000000000000..37f8150d137b --- /dev/null +++ b/lang/scheme48/Makefile @@ -0,0 +1,16 @@ +# 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> |