213f32ac47
- update MASTER_SITE - remove FORBIDDEN since installation doesn't seem to email stuff anymore Submitted by: jkoshy
22 lines
363 B
Makefile
22 lines
363 B
Makefile
# New ports collection makefile for: scheme48
|
|
# Date created: 25 Aug 1997
|
|
# Whom: jmacd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scheme48
|
|
PORTVERSION= 0.56
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://s48.org/0.56/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET = enough
|
|
STRIP=
|
|
MAN1= scheme48.1
|
|
|
|
.include <bsd.port.mk>
|