mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
21 lines
449 B
Makefile
21 lines
449 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.5 1996/06/16 06:52:22 jkh 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>
|