diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2001-10-23 09:06:17 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2001-10-23 09:06:17 +0000 |
commit | 37b3d24918625127e7cb2752f4c80d1dcb3e5100 (patch) | |
tree | 7e90804703b3a2f3b8454c751d6546fb58398b33 /lang/ocaml-mode.el/Makefile | |
parent | c09852e7f642fd0247ac44489daa5b0153682d50 (diff) | |
download | FreeBSD-ports-37b3d24918625127e7cb2752f4c80d1dcb3e5100.zip FreeBSD-ports-37b3d24918625127e7cb2752f4c80d1dcb3e5100.tar.gz |
An Emacs mode for editing Objective CAML programs.
Diffstat (limited to 'lang/ocaml-mode.el/Makefile')
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile new file mode 100644 index 0000000..ea740fbb --- /dev/null +++ b/lang/ocaml-mode.el/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: caml-mode.el +# Date created: 23 October 2001 +# Whom: J Koshy <jkoshy@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= caml-mode +PORTVERSION= 3.01 +CATEGORIES= lang elisp +MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jkoshy +DISTNAME= ocaml-mode-3.01 + +MAINTAINER= jkoshy@FreeBSD.org + +NO_BUILD= yes + +# +# Install configuration +# + +ELISP_SUBDIR= ${PREFIX}/share/emacs/site-lisp/ +CAMLMODE_ELISPDIR= ${ELISP_SUBDIR}/caml-mode +CAMLMODE_DOCDIR= share/doc/caml-mode +CAMLMODE_DIR_ENTRY=* Caml-mode: (caml-mode). A mode for editing CAML programs. + +INSTALL_TARGET= install install-ocamltags +MAKE_ENV+= EMACSDIR=${CAMLMODE_ELISPDIR} + +.include <bsd.port.mk> |