freebsd-ports/lang/gcl/Makefile

58 lines
1.2 KiB
Makefile
Raw Normal View History

# 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
#
PORTNAME= gcl
PORTVERSION= 2.5.3
PORTREVISION= 1
CATEGORIES= lang tcl84 tk84
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcl
MAINTAINER= markm@freebsd.org
2003-02-21 13:35:09 +01:00
COMMENT= GNU Common Lisp
2000-02-27 18:44:01 +01:00
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
2002-05-18 04:41:24 +02:00
ONLY_FOR_ARCHS= i386 sparc64
GNU_CONFIGURE= yes
USE_AUTOCONF_VER= 213
USE_GMAKE= yes
USE_XLIB= yes
CONFIGURE_ARGS=--prefix=${PREFIX} \
--enable-machine=FreeBSD \
--enable-ansi \
--infodir=${PREFIX}/info \
--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
1995-02-12 22:10:03 +01:00
MAKEFILE= makefile
INFO= gcl gcl-si gcl-tk
PLIST_SUB= GCL_VER=${PORTVERSION}
1999-11-25 19:34:01 +01:00
2004-04-12 06:26:27 +02:00
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
pre-configure:
${RM} -f ${WRKSRC}/configure
${SED} -i '.PRE-SED' -e 's|@@CFLAGS@@|${CFLAGS}|' ${WRKSRC}/h/FreeBSD.defs
2004-04-12 06:26:27 +02:00
.include <bsd.port.post.mk>