mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
30bdf30167
(2) Add $Id$ line (3) This is not interactive, unlike guile-ii, which overwrites the "regular" tcl/tk
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# New ports collection makefile for: guile-iii
|
|
# Version required: snapshot iii
|
|
# Date created: 29 Aug 1995
|
|
# Whom: jkh@FreeBSD.ORG
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= guile-iii
|
|
PKGNAME= guile-iii
|
|
CATEGORIES+= languages
|
|
MASTER_SITES= ftp://ftp.cygnus.com/pub/lord/guile-iii/
|
|
|
|
MAINTAINER= jkh@FreeBSD.ORG
|
|
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/guile-src
|
|
|
|
.include <bsd.port.mk>
|