1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/dylan/Makefile
John Polstra 50bb19d8b2 Remove monster uuencoded binary file, and mark the port broken until
it can be replaced by a local distfile.  The binary file will be
leaving the CVS repository entirely before too long.
1998-07-14 16:15:13 +00:00

32 lines
784 B
Makefile

# New ports collection makefile for: Dylan
# Version required: 2.0
# Date created: 23 Jan 1998
# Whom: housel@acm.org
#
# $Id: Makefile,v 1.1.1.1 1998/07/12 21:58:07 hsu Exp $
#
DISTNAME= gd20-source
PKGNAME= dylan-2.0
CATEGORIES= lang
MASTER_SITES= http://legend.gwydion.cs.cmu.edu/gwydion/dylan/release/
MAINTAINER= housel@acm.org
WRKSRC= $(WRKDIR)/src
BROKEN= "Awaiting installation of local distfile"
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=$(PREFIX) --srcdir=$(WRKSRC)
CONFIGURE_ENV= D2C="$(WRKDIR)/d2c -p$(WRKSRC)/d2c/compiler/platforms.descr"
USE_GMAKE= yes
MAKEFILE= GNUmakefile
ALL_TARGET= default
post-extract:
uudecode -p $(FILESDIR)/d2c.gz.uu | $(GUNZIP_CMD) > $(WRKDIR)/d2c
chmod ugo+x $(WRKDIR)/d2c
.include <bsd.port.mk>