1997-11-09 14:13:16 +00:00
|
|
|
# New ports collection makefile for: guile
|
|
|
|
# Version required: 1.2
|
|
|
|
# Date created: 2 November 1997
|
|
|
|
# Whom: jseger@FreeBSD.org
|
1995-08-29 17:45:10 +00:00
|
|
|
#
|
1997-11-10 09:41:40 +00:00
|
|
|
# $Id: Makefile,v 1.9 1997/11/10 09:40:35 asami Exp $
|
1995-08-29 17:45:10 +00:00
|
|
|
#
|
|
|
|
|
1997-11-10 09:41:40 +00:00
|
|
|
BROKEN= build
|
|
|
|
|
1997-11-09 14:13:16 +00:00
|
|
|
DISTNAME= guile-1.2
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= lang
|
1997-11-09 14:13:16 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
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
|
|
|
|
CONFIGURE_ARGS= --disable-shared
|
|
|
|
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
1995-08-29 17:45:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|