pkgsrc/editors/jove/Makefile
jlam 21f60837bd Don't use buildlink framework just to do a conditional dependency for a
binary tool.  We can now use the tools framework for this.  Remove the
various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was
their only user in pkgsrc.
2005-05-26 21:49:39 +00:00

20 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/05/26 21:49:39 jlam Exp $
#
DISTNAME= jove4.16.0.63
PKGNAME= ${DISTNAME:S/jove/jove-/}
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/hugh/jove-dev/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Small emacs-style editor, but lacks the LISP engine
NO_CONFIGURE= yes
USE_TOOLS+= nroff
MAKE_ENV+= ROOT_GROUP=${ROOT_GROUP:Q}
MAKE_ENV+= ROOT_USER=${ROOT_USER:Q}
MAKE_FLAGS+= NROFF=${NROFF:Q}
.include "../../mk/bsd.pkg.mk"