Update MASTER_SITES and WWW.
Add license information. Adopt OptionsNG. Trim Makefile header. Pet portlint. PR: ports/175278 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
parent
44972caabe
commit
07a600b79b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311005
3 changed files with 10 additions and 9 deletions
|
@ -1,21 +1,19 @@
|
||||||
# New ports collection makefile for: flim-1.14.x for emacs21
|
# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||||
# Date created: 9 May 1999
|
|
||||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= flim
|
PORTNAME= flim
|
||||||
PORTVERSION= ${FLIM_VER}
|
PORTVERSION= ${FLIM_VER}
|
||||||
PORTREVISION= 11
|
PORTREVISION= 11
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.14/
|
MASTER_SITES= http://git.chise.org/elisp/dist/flim/flim-1.14/
|
||||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||||
|
|
||||||
MAINTAINER?= nobutaka@FreeBSD.org
|
MAINTAINER?= nobutaka@FreeBSD.org
|
||||||
COMMENT?= FLIM, message representation or encoding elisp library for emacs
|
COMMENT?= FLIM, message representation or encoding elisp library for emacs
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
PORTCLASS?= master
|
PORTCLASS?= master
|
||||||
|
|
||||||
# distfile version
|
# distfile version
|
||||||
|
@ -34,6 +32,9 @@ USE_EMACS= yes
|
||||||
EMACS_MASTERDIR_PKGFILES=YES
|
EMACS_MASTERDIR_PKGFILES=YES
|
||||||
DESCR= ${PKGDIR}/pkg-descr
|
DESCR= ${PKGDIR}/pkg-descr
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
OPTIONS_DEFAULT= DOCS
|
||||||
|
|
||||||
# target name for make build
|
# target name for make build
|
||||||
ALL_TARGET?= elc
|
ALL_TARGET?= elc
|
||||||
# environments
|
# environments
|
||||||
|
@ -103,7 +104,7 @@ POST_INSTALL_TARGET+= info-package-install manifest-install
|
||||||
.else
|
.else
|
||||||
POST_INSTALL_TARGET+= info-install
|
POST_INSTALL_TARGET+= info-install
|
||||||
.endif
|
.endif
|
||||||
.if !defined(NOPORTDOCS)
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
POST_INSTALL_TARGET+= doc-install
|
POST_INSTALL_TARGET+= doc-install
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ FLIM, message representation or encoding emacs lisp library for emacs20.
|
||||||
|
|
||||||
Ported by shige@FreeBSD.ORG
|
Ported by shige@FreeBSD.ORG
|
||||||
|
|
||||||
WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/FLIM/ (in Japanese)
|
WWW: http://git.chise.org/elisp/flim/ (in Japanese)
|
||||||
|
|
|
@ -84,4 +84,4 @@ info/mime-en.info
|
||||||
info/mime-ja.info
|
info/mime-ja.info
|
||||||
@exec install-info %D/info/mime-ja.info %D/info/dir
|
@exec install-info %D/info/mime-ja.info %D/info/dir
|
||||||
share/flim/%%FLIM_COOKIE%%
|
share/flim/%%FLIM_COOKIE%%
|
||||||
@unexec /bin/rmdir %D/share/flim || true
|
@dirrmtry share/flim
|
||||||
|
|
Loading…
Reference in a new issue