1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/lang/dylan/Makefile
Jeffrey Hsu c90b59a68e CMU Gwydion project interpreter and compiler for the Dylan language.
Submitted by:	Peter S. Housel <housel@acm.org>
1998-07-12 21:58:13 +00:00

31 lines
684 B
Makefile

# New ports collection makefile for: Dylan
# Version required: 2.0
# Date created: 23 Jan 1998
# Whom: housel@acm.org
#
# $Id$
#
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
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>