1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/lang/ocaml-mode.el/Makefile
Will Andrews f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00

36 lines
842 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
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
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs21
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>