1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/scheme48/Makefile
Michael Haro 332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00

22 lines
394 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
ALL_TARGET = enough
STRIP=
MAN1= scheme48.1
.include <bsd.port.mk>