2001-10-23 09:06:17 +00:00
|
|
|
# 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
|
2013-03-30 05:13:30 +00:00
|
|
|
PORTREVISION= 13
|
2001-10-23 09:06:17 +00:00
|
|
|
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
|
|
|
|
|
2011-06-10 16:20:47 +00:00
|
|
|
MAINTAINER= michael.grunewald@laposte.net
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= An EMACS mode for editing OCaml programs
|
2001-10-23 09:06:17 +00:00
|
|
|
|
2004-03-21 07:39:49 +00:00
|
|
|
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
|
|
|
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
2002-01-06 06:20:22 +00:00
|
|
|
|
2001-10-23 09:06:17 +00:00
|
|
|
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}
|
|
|
|
|
2005-03-26 22:27:38 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "ia64"
|
2010-06-13 08:40:06 +00:00
|
|
|
BROKEN= Does not build on ia64
|
2005-03-26 22:27:38 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|