mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
c1b92bc489
PR: 204271 Submitted by: Yasuhiro KIMURA Approved by: mat (mentor); maintainer timeout Differential Revision: D4650
25 lines
441 B
Makefile
25 lines
441 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dash.el
|
|
PORTVERSION= 2.12.1
|
|
CATEGORIES= devel elisp
|
|
|
|
MAINTAINER= rpaulo@FreeBSD.org
|
|
COMMENT= Modern list library for Emacs
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= magnars
|
|
|
|
USE_EMACS= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/dash.el \
|
|
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/dash-functional.el \
|
|
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
|
|
|
|
.include <bsd.port.mk>
|