pkgsrc/misc/reed/Makefile
jlam a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
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.
2003-09-28 09:13:55 +00:00

33 lines
1,019 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/09/28 09:13:58 jlam Exp $
DISTNAME= reed-5.4
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.sacredchao.net/software/reed/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.sacredchao.net/software/reed/index.shtml
COMMENT= Auto-scrolling file viewer
CONFIGURE_SCRIPT= ./configures
CONFIGURE_ARGS+= -p ${PREFIX}
HAS_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PERL5= YES
REPLACE_PERL= breed fix_bookmarks.pl wrap
# wgetnstr()
INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-U]-*
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/reed ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/breed ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/wrap ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/breed.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/reed.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/wrap.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/reed
${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/reed/
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"