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