mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
5812de6cad
which appeared in some of them, everything here is a programming language! :)
22 lines
472 B
Makefile
22 lines
472 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.5 1995/04/24 22:31:59 asami Exp $
|
|
#
|
|
|
|
DISTNAME= scheme48-0.36
|
|
CATEGORIES+= lang
|
|
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
ALL_TARGET = enough
|
|
NO_WRKSUBDIR= yes
|
|
STRIP=
|
|
|
|
.include <bsd.port.mk>
|