2003-09-14 17:10:02 +02:00
|
|
|
# New ports collection makefile for: gcl
|
|
|
|
# Date created: Feb 8 1995
|
|
|
|
# Whom: hsu
|
1995-02-12 22:10:03 +01:00
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1995-02-12 22:10:03 +01:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= gcl
|
2005-11-03 15:49:25 +01:00
|
|
|
PORTVERSION= 2.6.7
|
2007-09-30 06:47:36 +02:00
|
|
|
PORTREVISION= 3
|
2003-09-14 17:10:02 +02:00
|
|
|
CATEGORIES= lang tcl84 tk84
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= gcl
|
1996-11-12 03:19:40 +01:00
|
|
|
|
2003-09-14 17:10:02 +02:00
|
|
|
MAINTAINER= markm@freebsd.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= GNU Common Lisp
|
2000-02-27 18:44:01 +01:00
|
|
|
|
2006-05-10 16:46:47 +02:00
|
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \
|
|
|
|
gmp.7:${PORTSDIR}/math/libgmp4
|
2002-05-18 04:41:24 +02:00
|
|
|
|
2005-10-21 21:41:07 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2004-02-02 11:44:19 +01:00
|
|
|
|
2001-12-08 07:22:03 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-14 17:10:02 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_XLIB= yes
|
|
|
|
CONFIGURE_ARGS=--prefix=${PREFIX} \
|
2005-11-03 15:49:25 +01:00
|
|
|
--enable-ansi \
|
2003-09-14 17:10:02 +02:00
|
|
|
--enable-machine=FreeBSD \
|
|
|
|
--enable-info=${PREFIX}/info \
|
|
|
|
--enable-tkconfig=${LOCALBASE}/lib/tk8.4 \
|
|
|
|
--enable-tclconfig=${LOCALBASE}/lib/tcl8.4 \
|
|
|
|
--with-x \
|
|
|
|
--x-includes=${X11BASE}/include \
|
|
|
|
--x-libraries=${X11BASE}/lib \
|
|
|
|
--disable-dlopen \
|
|
|
|
--disable-dynsysbfd \
|
|
|
|
--disable-statsysbfd \
|
|
|
|
--disable-locbfd \
|
|
|
|
--enable-custreloc
|
2004-08-18 20:33:58 +02:00
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" C_INCLUDE_PATH=${PREFIX}/include LIBRARY_PATH=${PREFIX}/lib
|
1995-02-12 22:10:03 +01:00
|
|
|
MAKEFILE= makefile
|
1997-10-13 11:10:33 +02:00
|
|
|
|
2004-08-18 20:33:58 +02:00
|
|
|
INFO= gcl-si gcl-tk
|
2003-09-14 17:10:02 +02:00
|
|
|
|
2001-12-08 07:22:03 +01:00
|
|
|
PLIST_SUB= GCL_VER=${PORTVERSION}
|
1999-11-25 19:34:01 +01:00
|
|
|
|
2001-12-08 07:22:03 +01:00
|
|
|
pre-configure:
|
2004-07-19 17:52:08 +02:00
|
|
|
${SED} -i '' \
|
|
|
|
-e 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include|' \
|
2004-08-18 20:33:58 +02:00
|
|
|
-e 's|@@LOCALLIBS@@|-L${LOCALBASE}/lib -lgmp -lm -lreadline|' \
|
2004-07-19 17:52:08 +02:00
|
|
|
${WRKSRC}/h/FreeBSD.defs
|
1997-10-13 11:10:33 +02:00
|
|
|
|
2005-04-30 03:39:47 +02:00
|
|
|
.include <bsd.port.mk>
|