freebsd-ports/devel/dash.el/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

27 lines
487 B
Makefile

# $FreeBSD$
PORTNAME= dash.el
PORTVERSION= 2.6.0
PORTREVISION= 2
CATEGORIES= devel elisp
DISTNAME= dash-${PORTVERSION}
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>