1997-11-09 14:13:16 +00:00
|
|
|
# New ports collection makefile for: guile
|
|
|
|
# Date created: 2 November 1997
|
|
|
|
# Whom: jseger@FreeBSD.org
|
1995-08-29 17:45:10 +00:00
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1995-08-29 17:45:10 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= guile
|
|
|
|
PORTVERSION= 1.3.4
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= lang
|
2000-03-08 14:34:16 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
ftp://ftp.guile.org/pub/
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= guile
|
1997-11-10 09:40:35 +00:00
|
|
|
|
1997-11-09 14:13:16 +00:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
1995-08-29 17:45:10 +00:00
|
|
|
|
1997-11-09 14:13:16 +00:00
|
|
|
GNU_CONFIGURE= YES
|
2000-03-11 22:16:26 +00:00
|
|
|
CONFIGURE_ARGS= --with-threads
|
1999-11-29 02:37:14 +00:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
1999-12-01 05:21:30 +00:00
|
|
|
LIBTOOLFILES= configure guile-readline/configure
|
1999-11-29 02:37:14 +00:00
|
|
|
|
|
|
|
PLIST_SUB= GUILE_VER=1.3.4
|
1995-08-29 17:45:10 +00:00
|
|
|
|
1998-09-22 15:44:12 +00:00
|
|
|
post-install:
|
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
1995-08-29 17:45:10 +00:00
|
|
|
.include <bsd.port.mk>
|