freebsd-ports/textproc/yaml-mode.el/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

37 lines
700 B
Makefile

# Created by: KIMURA Yasuhiro <yasu@utahime.org>
# $FreeBSD$
PORTNAME= yaml-mode.el
PORTVERSION= 0.0.9
DISTVERSIONPREFIX= release-
PORTREVISION= 2
CATEGORIES= textproc elisp
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= yasu@utahime.org
COMMENT= Simple major mode to edit YAML file for Emacsen
LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= yoshiki
GH_PROJECT= yaml-mode
USE_EMACS= yes
MAKE_ENV+= LISPDIR=${LISPDIR}
LISPDIR= ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
OPTIONS_DEFINE= DOCS
pre-install:
${MKDIR} ${LISPDIR}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in Changes README
${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>