mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Change from wemi-setup.el to wemi-setupel.el.
Use WEMI_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Fix pkg/DESCR.
This commit is contained in:
parent
ae20fc153a
commit
ba17dae4cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18948
@ -3,7 +3,7 @@
|
||||
# Date created: 9 May 1999
|
||||
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1999/05/10 13:37:21 shige Exp $
|
||||
# $Id: Makefile,v 1.2 1999/05/21 13:33:37 shige Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wemi-${WEMI_VER}
|
||||
@ -18,7 +18,7 @@ PORTCLASS?= master
|
||||
FLIM_VER= 1.9.2
|
||||
WEMI_VER= 1.8.6
|
||||
WEMIDOCDIR= share/doc/semi
|
||||
WEMI_SETUPEL= wemi-setup.el
|
||||
WEMI_SETUPEL= wemi-setupel.el
|
||||
|
||||
.if (${PORTCLASS} == "master")
|
||||
# emacs port setup
|
||||
@ -50,9 +50,10 @@ RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common
|
||||
.else
|
||||
RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
|
||||
.endif
|
||||
SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER}
|
||||
SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \
|
||||
TARGETS="${WEMI_SETUPEL}"
|
||||
PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \
|
||||
WEMIDOCDIR=${WEMIDOCDIR}
|
||||
WEMIDOCDIR=${WEMIDOCDIR} WEMI_SETUPEL=${WEMI_SETUPEL}
|
||||
MAKE_FLAGS= EMACS=${EMACS_CMD}
|
||||
.if (${EMACS_VER} == "19.34")
|
||||
# depends on custom: emacs-19.34 or mule-19.34
|
||||
|
8
editors/wemi-emacs/files/wemi-setupel.el.in
Normal file
8
editors/wemi-emacs/files/wemi-setupel.el.in
Normal file
@ -0,0 +1,8 @@
|
||||
;;
|
||||
;; @(#)wemi-setupel.el -- wemi emacs load-path setup elisp file.
|
||||
;; -- by shige@FreeBSD.ORG
|
||||
|
||||
(setq load-path (append '(
|
||||
"@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/semi"
|
||||
) load-path))
|
||||
(provide 'wemi-setupel)
|
@ -40,8 +40,8 @@ WEMI, Library of MIME feature for GNU Emacs for emacs.
|
||||
|
||||
To use wemi, put the following setup into your ~/.emacs:
|
||||
|
||||
(require 'apel-setup)
|
||||
(require 'flim-setup)
|
||||
(require 'wemi-setup)
|
||||
(require 'apel-setupel)
|
||||
(require 'flim-setupel)
|
||||
(require 'wemi-setupel)
|
||||
|
||||
--- Porting by shige <shige@FreeBSD.ORG>
|
||||
|
@ -22,7 +22,7 @@
|
||||
%%EMACS_LIBDIR%%/site-lisp/semi/mime-mc.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/semi/mime-bbdb.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/semi/mime-w3.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/wemi-setup.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/%%WEMI_SETUPEL%%
|
||||
@dirrm %%EMACS_LIBDIR%%/site-lisp/semi
|
||||
%%WEMIDOCDIR%%/ChangeLog
|
||||
%%WEMIDOCDIR%%/NEWS
|
||||
|
2
editors/wemi-emacs/scripts/configure
vendored
2
editors/wemi-emacs/scripts/configure
vendored
@ -1,7 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
TARGETS='wemi-setup.el'
|
||||
|
||||
for i in ${TARGETS}
|
||||
do
|
||||
if [ -f ${WRKDIR}/${i}.in ]; then
|
||||
|
@ -40,8 +40,8 @@ WEMI, Library of MIME feature for GNU Emacs for mule.
|
||||
|
||||
To use wemi, put the following setup into your ~/.emacs:
|
||||
|
||||
(require 'apel-setup)
|
||||
(require 'flim-setup)
|
||||
(require 'wemi-setup)
|
||||
(require 'apel-setupel)
|
||||
(require 'flim-setupel)
|
||||
(require 'wemi-setupel)
|
||||
|
||||
--- Porting by shige <shige@FreeBSD.ORG>
|
||||
|
@ -24,7 +24,7 @@
|
||||
%%EMACS_LIBDIR%%/site-lisp/semi/mime-mc.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/semi/mime-bbdb.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/semi/mime-w3.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/wemi-setup.el
|
||||
%%EMACS_LIBDIR%%/site-lisp/%%WEMI_SETUPEL%%
|
||||
@dirrm %%EMACS_LIBDIR%%/site-lisp/semi
|
||||
%%WEMIDOCDIR%%/ChangeLog
|
||||
%%WEMIDOCDIR%%/NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user