diff options
author | tron <tron> | 2002-11-20 08:39:22 +0000 |
---|---|---|
committer | tron <tron> | 2002-11-20 08:39:22 +0000 |
commit | d44376b2de0593d714ca0922886613a3f58baa47 (patch) | |
tree | 4d924a65403bd77d6b4d2c2863979c583668af19 /textproc/emacs-dict-client/Makefile | |
parent | 99ec718ffc8b85ae499378d43082ee7400045e58 (diff) | |
download | pkgsrc-d44376b2de0593d714ca0922886613a3f58baa47.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/Makefile | 20 |
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" |