mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
27 lines
394 B
Makefile
27 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= epl.el
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel elisp
|
|
DISTNAME= epl-${PORTVERSION}
|
|
|
|
MAINTAINER= rpaulo@FreeBSD.org
|
|
COMMENT= Emacs Package Library
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cask
|
|
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>
|