pkgsrc/lang/guile/Makefile

33 lines
824 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.29 2002/08/25 20:58:21 mjl Exp $
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
#
DISTNAME= guile-1.4.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_GNU_READLINE= # defined
INFO_FILES= data-rep.info
.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
.include "../../devel/readline/buildlink.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"