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.
28 lines
772 B
Makefile
28 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.20 2003/09/28 09:13:56 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.8 1998/04/04 13:58:26 vanilla Exp
|
|
#
|
|
|
|
DISTNAME= Curses-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5cur
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Curses/Curses.html
|
|
COMMENT= Perl5 module for terminal screen handling and optimization
|
|
|
|
USE_NCURSES= # needs libpanel
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Curses/.packlist
|
|
|
|
MAKE_PARAMS= PANELS
|
|
|
|
pre-configure:
|
|
@${LN} -sf ${WRKSRC}/hints/c-netbsd.ncurses.h ${WRKSRC}/c-config.h
|
|
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|