mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ccbb0aaa05
under current (and hopefully 2.2).
20 lines
414 B
Makefile
20 lines
414 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.10 1997/11/10 09:41:40 asami Exp $
|
|
#
|
|
|
|
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>
|