Update MASTER_SITES and WWW.
Add license information. Adopt OptionsNG. Trim Makefile header. PR: ports/175277 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
parent
2a0868ab6b
commit
cbe219aed5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311003
2 changed files with 10 additions and 8 deletions
|
@ -1,20 +1,18 @@
|
|||
# New ports collection makefile for: apel for emacs
|
||||
# Date created: 23 September 1998
|
||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||
#
|
||||
# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= apel
|
||||
PORTVERSION= ${APEL_VER}
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= editors elisp
|
||||
MASTER_SITES= http://kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/apel/
|
||||
MASTER_SITES= http://git.chise.org/elisp/dist/apel/
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
||||
MAINTAINER?= nobutaka@FreeBSD.org
|
||||
COMMENT?= A Portable Emacs Library for emacs
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
# distfile version
|
||||
APEL_VER= 10.8
|
||||
# apel lispdir
|
||||
|
@ -33,6 +31,10 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
|
|||
LISPDIR="${APEL_LISPDIR}" \
|
||||
VERSION_SPECIFIC_LISPDIR="${APEL_VERSION_SPECIFIC_LISPDIR}"
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTINOS_DEFAULT= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${EMACS_VER:C/\..*//} >= 23
|
||||
|
@ -42,7 +44,7 @@ PLIST_SUB+= EMACS23="@comment " NOEMACS23=""
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC} ; \
|
||||
for i in ChangeLog README.* ; do \
|
||||
|
|
|
@ -29,4 +29,4 @@ To use apel, put the following setup into your ~/.emacs:
|
|||
|
||||
(require 'apel-setupel)
|
||||
|
||||
WWW: http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/index.en.html
|
||||
WWW: http://git.chise.org/elisp/apel/index.html.en
|
||||
|
|
Loading…
Reference in a new issue