freebsd-ports/lang/dylan/Makefile
Justin M. Seger 5330367398 Mark BROKEN for ELF:
dylan-heap.s:64290: Error: Alignment not a power of 2
dylan-heap.s:64297: Error: Alignment not a power of 2
gmake[4]: *** [dylan-heap.o] Error 1
gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan'
gmake failed?
Abort trap - core dumped
gmake[3]: *** [dylan.lib.du] Error 134
gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan'
gmake[2]: *** [compile] Error 2
1998-10-14 00:08:48 +00:00

35 lines
882 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.3 1998/07/15 07:43:38 hsu Exp $
#
DISTNAME= gd20-source
PKGNAME= dylan-2.0
CATEGORIES= lang
MASTER_SITES= http://legend.gwydion.cs.cmu.edu/gwydion/dylan/release/ http://www.freebsd.org/~hsu/ports/files/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} d2c_2_0-FreeBSD.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= housel@acm.org
WRKSRC= $(WRKDIR)/src
BROKEN_ELF= yes
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:
$(GUNZIP_CMD) -c $(DISTDIR)/d2c_2_0-FreeBSD.gz > $(WRKDIR)/d2c
chmod ugo+x $(WRKDIR)/d2c
.include <bsd.port.mk>