pkgsrc/lang/scheme48/Makefile
agc 258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00

17 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:30 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1997/08/27 19:31:37 jmacd Exp
#
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
MAN1= scheme48.1
.include "../../mk/bsd.pkg.mk"