summaryrefslogtreecommitdiff
path: root/editors/jove/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/jove/Makefile')
-rw-r--r--editors/jove/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile
deleted file mode 100644
index 065883627e0..00000000000
--- a/editors/jove/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $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"