mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ee22b04482
committed by mistake. Back it out.
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# New ports collection makefile for: guile-iii
|
|
# Version required: snapshot iii
|
|
# Date created: 29 Aug 1995
|
|
# Whom: jkh@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/11/22 13:12:49 asami Exp $
|
|
#
|
|
|
|
DISTNAME= guile-iii
|
|
PKGNAME= guile-iii
|
|
CATEGORIES+= lang
|
|
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>
|