2004-07-25 11:58:58 +02:00
|
|
|
# New ports collection makefile for: ecl
|
|
|
|
# Date created: 29 Januar 2004
|
|
|
|
# Whom: Julian Stecklina
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ecl
|
2005-09-20 14:10:17 +02:00
|
|
|
PORTVERSION= 0.9g
|
2006-05-10 16:46:47 +02:00
|
|
|
PORTREVISION= 1
|
2005-10-16 16:48:09 +02:00
|
|
|
CATEGORIES= lang lisp
|
2005-02-25 20:51:28 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ecls
|
2004-07-25 11:58:58 +02:00
|
|
|
|
|
|
|
MAINTAINER= der_julian@web.de
|
|
|
|
COMMENT= An ANSI Common Lisp implementation
|
|
|
|
|
2006-05-10 16:46:47 +02:00
|
|
|
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
|
2004-07-25 11:58:58 +02:00
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib/ecl
|
|
|
|
|
2004-11-03 19:26:05 +01:00
|
|
|
# It should build and run on 64-bit architectures,
|
|
|
|
# but it is completely untested.
|
2004-10-27 22:49:11 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2004-07-25 11:58:58 +02:00
|
|
|
MAN1= ecl.1
|
|
|
|
INFO= ecl ecldev
|
|
|
|
|
|
|
|
USE_GMAKE= YES
|
2004-12-02 07:50:55 +01:00
|
|
|
USE_PERL5_BUILD=yes
|
2004-07-25 11:58:58 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2005-09-20 14:10:17 +02:00
|
|
|
CONFIGURE_ARGS= --with-asdf --with-tcp --with-system-gmp --enable-boehm=included
|
2004-11-03 19:26:05 +01:00
|
|
|
|
|
|
|
# We need to tell ECL where to find the GMP includes
|
|
|
|
# and libraries.
|
2004-07-25 11:58:58 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS=-L${PREFIX}/lib CFLAGS=-I${PREFIX}/include
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|