- adopt optionsNG, define LICENSE, trim historical header

- update pkg-descr

PR:		175197
Submitted by:	maintainer, yasu@utahime.org
This commit is contained in:
Jason Helfman 2013-01-15 21:45:33 +00:00
parent 31d3a51f34
commit f41a258347
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310465
2 changed files with 9 additions and 7 deletions

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: yaml-mode.el
# Date created: 07 Jun 2007
# Whom: KIMURA Yasuhiro <yasu@utahime.org>
#
# Created by: KIMURA Yasuhiro <yasu@utahime.org>
# $FreeBSD$
#
PORTNAME= yaml-mode.el
PORTVERSION= 0.0.8
@ -14,6 +10,8 @@ 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
@ -26,8 +24,12 @@ MAKE_ENV+= LISPDIR=${LISPDIR}
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
.for file in Changes README
${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}

View file

@ -1,3 +1,3 @@
This is a major mode for editing files in the YAML data serialization format.
WWW: http://yaml-mode.clouder.jp/
WWW: https://github.com/yoshiki/yaml-mode