aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl/Makefile
blob: 172d0b68a1f31dc7dc84b97481b9dec2023e4dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# New ports collection makefile for:	gcl
# Date created:				Feb  8 1995
# Whom:					hsu
#
# $FreeBSD$
#

PORTNAME=	gcl
PORTVERSION=	2.6.7
PORTREVISION=	2
CATEGORIES=	lang tcl84 tk84
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	gcl

MAINTAINER=	markm@freebsd.org
COMMENT=	GNU Common Lisp

LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84 \
		gmp.7:${PORTSDIR}/math/libgmp4

ONLY_FOR_ARCHS=	i386

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	autoconf:259
USE_GMAKE=	yes
USE_XLIB=	yes
CONFIGURE_ARGS=--prefix=${PREFIX} \
	--enable-ansi \
	--enable-machine=FreeBSD \
	--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
CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" C_INCLUDE_PATH=${PREFIX}/include LIBRARY_PATH=${PREFIX}/lib
MAKEFILE=	makefile

INFO=	gcl-si gcl-tk

PLIST_SUB=	GCL_VER=${PORTVERSION}

pre-configure:
	${RM} -f ${WRKSRC}/configure
	${SED} -i '' \
		-e 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include|' \
		-e 's|@@LOCALLIBS@@|-L${LOCALBASE}/lib -lgmp -lm -lreadline|' \
		${WRKSRC}/h/FreeBSD.defs

.include <bsd.port.mk>