mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Edwin Groothuis](/assets/img/avatar_default.png)
- Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
23 lines
423 B
Makefile
23 lines
423 B
Makefile
# New ports collection makefile for: scheme48
|
|
# Date created: 25 Aug 1997
|
|
# Whom: jmacd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scheme48
|
|
PORTVERSION= 0.57
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= http://s48.org/0.57/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Scheme Underground's implementation of R4RS
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= enough
|
|
STRIP=
|
|
MAN1= scheme48.1
|
|
|
|
.include <bsd.port.mk>
|