pkgsrc/editors/fe/Makefile
wiz 664b65abc9 Second try at fixing the bulk build of this package --
let the curses test always succeed.
2007-01-30 23:52:53 +00:00

24 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/01/30 23:52:53 wiz Exp $
DISTNAME= fe-1.6
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.moria.de/~michael/fe/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.moria.de/~michael/fe/
COMMENT= Folding editor
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
INSTALLATION_DIRS= share/doc/fe
post-install:
${INSTALL_DATA} ${WRKSRC}/fe.ps ${PREFIX}/share/doc/fe/fe.ps
${INSTALL_DATA} ${WRKSRC}/feref.ps ${PREFIX}/share/doc/fe/feref.ps
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"