summaryrefslogtreecommitdiff
path: root/textproc/emacs-dict-client/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-11-20 08:39:22 +0000
committertron <tron>2002-11-20 08:39:22 +0000
commit4eb19505f18d796901a75300023b911d9d65e3b5 (patch)
tree4d924a65403bd77d6b4d2c2863979c583668af19 /textproc/emacs-dict-client/Makefile
parent9507f3338570e9ddec6e113aa6e69ae6696ce8ba (diff)
downloadpkgsrc-4eb19505f18d796901a75300023b911d9d65e3b5.tar.gz
Import new "emacs-dict-client" package:
Emacs package for talking to a dictionary server This package was contributed by Marko Schuetz in PR pkg/18303.
Diffstat (limited to 'textproc/emacs-dict-client/Makefile')
-rw-r--r--textproc/emacs-dict-client/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile
new file mode 100644
index 00000000000..3d461d343ca
--- /dev/null
+++ b/textproc/emacs-dict-client/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/20 08:39:22 tron Exp $
+
+DISTNAME= dictionary-1.8.2
+CATEGORIES= textproc
+MASTER_SITES= ${HOMEPAGE}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://me.in-berlin.de/~myrkr/dictionary/
+COMMENT= Emacs package for talking to a dictionary server
+
+DEPENDS+= emacs>=21.2:../../editors/emacs21
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/dictionary
+ cd ${WRKSRC}; \
+ ${INSTALL_DATA} connection.elc connection.el dictionary.elc \
+ dictionary.el link.elc link.el dictionary-init.el \
+ ${PREFIX}/share/emacs/site-lisp/dictionary
+
+.include "../../mk/bsd.pkg.mk"