23 lines
695 B
Makefile
23 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/11/02 18:00:31 thomasklausner Exp $
|
|
|
|
DISTNAME= tuareg-mode-1.45.0
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
|
CATEGORIES= devel editors
|
|
MASTER_SITES= http://www-rocq.inria.fr/~acohen/tuareg/mode/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://www-rocq.inria.fr/~acohen/tuareg/
|
|
COMMENT= GNU Emacs/XEmacs major mode for editing Caml and OCaml programs
|
|
|
|
NO_BUILD= yes
|
|
|
|
SRCS= camldebug.el sym-lock.el tuareg.el
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS} \
|
|
${EMACS_LISPPREFIX}/
|
|
|
|
.include "../../mk/emacs.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|