mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
19 lines
382 B
Makefile
19 lines
382 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.11 1997/11/12 01:33:19 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= guile-1.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
.include <bsd.port.mk>
|