summaryrefslogtreecommitdiff
path: root/lang/scheme48/Makefile
blob: dfd6b630bad75415c1f25bd5c4a6b2c68830ca37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    scheme48
# Version required:     0.46
# Date created:         25 Aug 1997
# Whom:                 jmacd
#
# $NetBSD: Makefile,v 1.5 1998/02/09 00:19:34 hubertf Exp $
# FreeBSD Id: Makefile,v 1.10 1997/08/27 19:31:37 jmacd Exp
#

DISTNAME=	scheme48-0.46
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp-swiss.ai.mit.edu/pub/s48/
EXTRACT_SUFX=	.tgz

MAINTAINER= 	jmacd@FreeBSD.ORG

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
ALL_TARGET = 	enough
MAN1=		scheme48.1

.include <bsd.port.mk>