1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/lang/smalltalk/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

25 lines
649 B
Makefile

# New ports collection makefile for: smalltalk
# Version required: 1.1.1
# Date created: 09 Feb 1995
# Whom: gpalmer
#
# $Id: Makefile,v 1.1.1.1 1995/02/10 06:15:03 gpalmer Exp $
#
DISTNAME= smalltalk-1.1.1
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
CATEGORIES+= languages
MAINTAINER= gpalmer@FreeBSD.ORG
pre-configure:
@cp ${FILESDIR}/m-fbsd-2.h ${WRKSRC}/config/m-fbsd-2.h
@(cd ${WRKSRC} ; ./config.mst fbsd-2)
@${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE}
install:
@echo ">> The install target for smalltalk-1.1.1 is interactive."
@echo ">> Please read the file mst.texinfo for more information."
@${DO_NADA}
.include <bsd.port.mk>