1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/scheme48/Makefile

23 lines
490 B
Makefile
Raw Normal View History

# New ports collection makefile for: scheme48
# Version required: 0.36
# Date created: 2 Jan 1995
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.7 1996/11/12 02:19:03 obrien Exp $
#
DISTNAME= scheme48-0.36
CATEGORIES= lang
1995-04-15 05:44:50 +00:00
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
1995-04-15 23:38:48 +00:00
MAINTAINER= jmacd@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET = enough
NO_WRKSUBDIR= yes
STRIP=
MAN1= scheme48.1
.include <bsd.port.mk>