1997-11-09 15:13:16 +01:00
|
|
|
# New ports collection makefile for: guile
|
|
|
|
# Date created: 2 November 1997
|
|
|
|
# Whom: jseger@FreeBSD.org
|
1995-08-29 19:45:10 +02:00
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
2006-10-14 10:35:50 +02:00
|
|
|
# $MCom: ports/lang/guile/Makefile,v 1.1 2006/09/12 14:57:06 ahze Exp $
|
1995-08-29 19:45:10 +02:00
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= guile
|
2009-01-22 17:01:48 +01:00
|
|
|
PORTVERSION= 1.8.6
|
2009-08-02 21:36:34 +02:00
|
|
|
PORTREVISION= 2
|
2003-08-28 02:01:09 +02:00
|
|
|
CATEGORIES= lang scheme
|
2002-06-19 09:42:17 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 08:41:29 +01:00
|
|
|
MASTER_SITE_SUBDIR= guile
|
1997-11-10 10:40:35 +01:00
|
|
|
|
2008-03-01 07:21:17 +01:00
|
|
|
MAINTAINER= amatus@gnu.org
|
2003-02-19 06:29:57 +01:00
|
|
|
COMMENT= GNU Ubiquitous Intelligent Language for Extension
|
1995-08-29 19:45:10 +02:00
|
|
|
|
2009-05-13 11:46:02 +02:00
|
|
|
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4
|
2008-03-01 08:40:28 +01:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:262 libltdl:22
|
2003-05-02 05:18:31 +02:00
|
|
|
USE_GMAKE= yes
|
2008-03-02 00:27:42 +01:00
|
|
|
USE_GETTEXT= yes
|
2004-07-27 04:52:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-05-02 05:18:31 +02:00
|
|
|
USE_GNOME= gnometarget
|
2002-06-19 21:58:11 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-08-17 05:51:54 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-11-29 03:37:14 +01:00
|
|
|
|
2008-03-01 07:21:17 +01:00
|
|
|
GUILE_VER= 1.8
|
2003-05-02 05:18:31 +02:00
|
|
|
PLIST_SUB= GUILE_VER=${GUILE_VER}
|
1995-08-29 19:45:10 +02:00
|
|
|
|
2009-01-22 17:01:48 +01:00
|
|
|
MAN1= guile.1
|
|
|
|
|
2008-03-07 14:25:51 +01:00
|
|
|
REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \
|
|
|
|
libguile/mallocs.c libguile/eval.c libguile/gc-malloc.c \
|
|
|
|
libguile/ports.c libguile/gc-mark.c libguile/gc_os_dep.c
|
2002-08-05 22:31:04 +02:00
|
|
|
|
2003-08-17 05:51:54 +02:00
|
|
|
INFO= goops guile-tut guile r5rs
|
|
|
|
|
2003-10-20 07:32:13 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-08-05 22:31:04 +02:00
|
|
|
post-extract:
|
|
|
|
cd ${WRKSRC}; ${CHMOD} u+w ${REINPLACE_FILES}
|
2003-05-02 07:19:27 +02:00
|
|
|
@${FIND} ${WRKSRC}/doc -name "*.info*" -delete
|
2002-08-05 22:31:04 +02:00
|
|
|
|
2002-06-19 09:42:17 +02:00
|
|
|
post-patch:
|
2003-05-02 05:18:31 +02:00
|
|
|
@cd ${WRKSRC} ; \
|
2002-08-05 22:31:04 +02:00
|
|
|
${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${REINPLACE_FILES}
|
2008-08-20 02:57:32 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
|
2002-06-19 09:42:17 +02:00
|
|
|
|
2003-10-20 07:32:13 +02:00
|
|
|
.include <bsd.port.post.mk>
|