mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7fc5bd70f3
editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
44 lines
1011 B
Makefile
44 lines
1011 B
Makefile
# 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
|
|
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}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "ia64"
|
|
BROKEN= Does not build on ia64
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|