1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/epl.el/Makefile
Ashish SHUKLA 85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00

29 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= epl.el
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= devel elisp
DISTNAME= epl-${PORTVERSION}
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Emacs Package Library
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= cask
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= 4f88ed0
GH_PROJECT= epl
USE_EMACS= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/epl.el \
${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>