mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
db35b19315
Assume MAINTAINER role. Approved by: former maintainer
23 lines
425 B
Makefile
23 lines
425 B
Makefile
# New ports collection makefile for: scheme48
|
|
# Date created: 25 Aug 1997
|
|
# Whom: jmacd
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scheme48
|
|
PORTVERSION= 0.53
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.neci.nj.nec.com/homepages/kelsey/ \
|
|
ftp://ftp.nj.nec.com/pub/kelsey/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET = enough
|
|
STRIP=
|
|
MAN1= scheme48.1
|
|
|
|
.include <bsd.port.mk>
|