freebsd-ports/lang/schemetoc/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

17 lines
431 B
Makefile

# New ports collection makefile for: Scheme-to-C
# Version required: 15mar93
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.2 1994/12/31 03:48:02 swallace Exp $
#
DISTNAME= Scheme-to-C
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
CATEGORIES+= languages
EXTRACT_SUFX= tar.Z
DISTFILES= 15mar93.tar.Z
NO_WRKSUBDIR=
.include <bsd.port.mk>