freebsd-ports/lang/scheme48/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

23 lines
490 B
Makefile

# New ports collection makefile for: scheme48
# Version required: 0.36
# Date created: 2 Jan 1995
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.7 1996/11/12 02:19:03 obrien Exp $
#
DISTNAME= scheme48-0.36
CATEGORIES= lang
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
MAINTAINER= jmacd@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET = enough
NO_WRKSUBDIR= yes
STRIP=
MAN1= scheme48.1
.include <bsd.port.mk>