22 lines
429 B
Makefile
22 lines
429 B
Makefile
# New ports collection makefile for: guile
|
|
# Version required: 1.2
|
|
# Date created: 2 November 1997
|
|
# Whom: jseger@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.9 1997/11/10 09:40:35 asami Exp $
|
|
#
|
|
|
|
BROKEN= build
|
|
|
|
DISTNAME= guile-1.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --disable-shared
|
|
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|