mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
26542a1bfe
choice now.
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# New ports collection makefile for: guile-ii
|
|
# Version required: snapshot ii
|
|
# Date created: 29 Aug 1995
|
|
# Whom: jkh@FreeBSD.ORG
|
|
#
|
|
#
|
|
#
|
|
|
|
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
|
|
IS_INTERACTIVE= yes
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/guile-src
|
|
|
|
.include <bsd.port.mk>
|