freebsd-ports/lang/scheme48/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

18 lines
444 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.1.1.1 1995/01/07 20:53:32 swallace Exp $
#
DISTNAME= scheme48-0.36
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/
CATEGORIES+= languages
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET = enough
NO_WRKSUBDIR= yes
.include <bsd.port.mk>