mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
41 lines
942 B
Makefile
41 lines
942 B
Makefile
# Created by: J Koshy <jkoshy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= caml-mode
|
|
PORTVERSION= 3.01
|
|
PORTREVISION= 13
|
|
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= michael.grunewald@laposte.net
|
|
COMMENT= An EMACS mode for editing OCaml programs
|
|
|
|
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
|
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
|
|
|
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}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "ia64"
|
|
BROKEN= Does not build on ia64
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|