mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
448 B
Makefile
24 lines
448 B
Makefile
# New ports collection makefile for: scheme48
|
|
# Version required: 0.46
|
|
# Date created: 25 Aug 1997
|
|
# Whom: jmacd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
#NO_WRKSUBDIR= yes
|
|
STRIP=
|
|
MAN1= scheme48.1
|
|
|
|
.include <bsd.port.mk>
|