mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- adopt optionsNG, define LICENSE, trim historical header
- update pkg-descr PR: 175197 Submitted by: maintainer, yasu@utahime.org
This commit is contained in:
parent
31d3a51f34
commit
f41a258347
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310465
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user