mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
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]
30 lines
743 B
Makefile
30 lines
743 B
Makefile
# New ports collection makefile for: clojure-mode.el
|
|
# Date created: 22 Dec 2008
|
|
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clojure-mode.el
|
|
PORTVERSION= 20090718
|
|
PORTREVISION= 10
|
|
CATEGORIES= lang elisp
|
|
MASTER_SITES= http://distfiles.scode.org/ports/
|
|
DISTNAME= clojure-mode-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Emacs lisp module for the Clojure language
|
|
|
|
USE_EMACS= yes
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/clojure-mode
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/clojure-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-mode.el
|
|
${INSTALL_DATA} ${WRKSRC}/clojure-test-mode.el ${PREFIX}/${EMACS_SITE_LISPDIR}/clojure-test-mode.el
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|