summaryrefslogtreecommitdiff
path: root/lang/scheme48/Makefile
blob: 962a95e934e4c3ae3ec3ad5df286b910f8ba5dcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    scheme48
# Version required:     0.36
# Date created:         2 Jan 1995
# Whom:                 jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.4 1995/04/15 23:38:48 jmacd Exp $
#

DISTNAME=	scheme48-0.36
CATEGORIES+=	languages
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>