2002-08-25 22:58:21 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2002/08/25 20:58:21 mjl Exp $
|
1998-07-02 17:30:15 +02:00
|
|
|
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
|
|
|
|
#
|
|
|
|
|
2002-08-25 22:58:21 +02:00
|
|
|
DISTNAME= guile-1.4.1
|
2000-06-09 10:09:42 +02:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
|
1998-07-02 17:30:15 +02:00
|
|
|
|
2002-03-20 17:23:07 +01:00
|
|
|
MAINTAINER= packages@netbsd.org
|
2000-06-09 10:09:42 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
|
2001-02-17 10:06:56 +01:00
|
|
|
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
|
1998-07-02 17:30:15 +02:00
|
|
|
|
2001-06-21 04:36:01 +02:00
|
|
|
USE_BUILDLINK_ONLY= # defined
|
2000-06-09 10:09:42 +02:00
|
|
|
GNU_CONFIGURE= # defined
|
2001-05-28 07:36:28 +02:00
|
|
|
|
2000-06-09 10:09:42 +02:00
|
|
|
USE_LIBTOOL= # defined
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
2001-05-28 07:36:28 +02:00
|
|
|
|
|
|
|
USE_GNU_READLINE= # defined
|
1998-07-02 17:30:15 +02:00
|
|
|
|
2000-06-09 10:09:42 +02:00
|
|
|
INFO_FILES= data-rep.info
|
1998-11-15 22:28:08 +01:00
|
|
|
|
2002-07-12 09:55:50 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
USE_NCURSES= # termlib not in libtermcap on Solaris, use the ncurses one
|
|
|
|
.include "../../devel/ncurses/buildlink.mk"
|
|
|
|
.endif
|
|
|
|
|
2001-05-28 07:36:28 +02:00
|
|
|
.include "../../devel/readline/buildlink.mk"
|
2002-02-18 16:14:00 +01:00
|
|
|
.include "../../mk/texinfo.mk"
|
1998-07-17 21:39:42 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|