a9f08159c4
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
32 lines
838 B
Makefile
32 lines
838 B
Makefile
# $NetBSD: Makefile,v 1.46 2003/09/28 09:13:57 jlam Exp $
|
|
|
|
DISTNAME= guile-1.6.3
|
|
#PKGREVISION= 1
|
|
PKGREVISION= 1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=guile/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
|
|
COMMENT= GNU's Ubiquitous Intelligent Language for Extension
|
|
|
|
CONFLICTS= guile14<1.4.1nb1
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_GMAKE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
LIBTOOL_OVERRIDE+= ${WRKSRC}/guile-readline/libtool
|
|
LIBTOOL_OVERRIDE+= ${WRKSRC}/libltdl/libtool
|
|
|
|
USE_GNU_READLINE= YES
|
|
|
|
USE_MAKEINFO= YES
|
|
INFO_FILES= guile.info guile-tut.info goops.info r5rs.info
|
|
|
|
.include "../../devel/libtool/buildlink2.mk"
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|