1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/lang/clojure-mode.el/Makefile
Rui Paulo 3eefe378c6 Update clojure-mode.el to 2.1.1.
Reviewed by:	bapt
2014-05-18 19:26:23 +00:00

32 lines
657 B
Makefile

# Created by: Peter Schuller <peter.schuller@infidyne.com>
# $FreeBSD$
PORTNAME= clojure-mode.el
PORTVERSION= 2.1.1
PORTEPOCH= 1
CATEGORIES= lang elisp
DISTNAME= clojure-mode-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs lisp module for the Clojure language
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= clojure-emacs
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= cb3810a
GH_PROJECT= clojure-mode
USE_EMACS= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/clojure-mode.el \
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
${INSTALL_DATA} ${WRKSRC}/clojure-test-mode.el \
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>