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
|
2000-08-04 01:04:03 +00:00
|
|
|
PORTVERSION= 1.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
|
|
|
|
1999-11-29 02:37:14 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-12-01 05:21:30 +00:00
|
|
|
LIBTOOLFILES= configure guile-readline/configure
|
2000-04-24 19:15:51 +00:00
|
|
|
CONFIGURE_ARGS= --with-threads
|
1999-11-29 02:37:14 +00:00
|
|
|
|
2000-08-04 01:04:03 +00:00
|
|
|
PLIST_SUB= GUILE_VER=${PORTVERSION}
|
1995-08-29 17:45:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|