7b90c30295
in emacs23.
23 lines
745 B
Makefile
23 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/08/06 01:44:55 minskim Exp $
|
|
|
|
DISTNAME= dictionary-1.8.2
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/dictionary/emacs-dict-client/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://me.in-berlin.de/~myrkr/dictionary/
|
|
COMMENT= Emacs package for talking to a dictionary server
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/dictionary
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; \
|
|
${INSTALL_DATA} connection.elc connection.el dictionary.elc \
|
|
dictionary.el link.elc link.el dictionary-init.el \
|
|
${DESTDIR}${EMACS_LISPPREFIX}/dictionary
|
|
|
|
.include "../../editors/emacs/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|