summaryrefslogtreecommitdiffstats
path: root/editors/flim
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2000-07-12 15:51:49 +0000
committershige <shige@FreeBSD.org>2000-07-12 15:51:49 +0000
commit093488a6c73e5f74e21f5338668735f844909b4b (patch)
treebad9832cb1ec0e7bb7a7dcadfbdd7907fd5f9b1b /editors/flim
parent07893b28b23ddcfd66573349ca4631f5094f4191 (diff)
downloadFreeBSD-ports-093488a6c73e5f74e21f5338668735f844909b4b.zip
FreeBSD-ports-093488a6c73e5f74e21f5338668735f844909b4b.tar.gz
Convert into EMACS_PORT_NAME style port.
Diffstat (limited to 'editors/flim')
-rw-r--r--editors/flim/Makefile92
-rw-r--r--editors/flim/files/flim-setupel.el.in2
-rw-r--r--editors/flim/pkg-descr2
-rw-r--r--editors/flim/pkg-descr.emacs202
-rw-r--r--editors/flim/pkg-descr.emacs212
-rw-r--r--editors/flim/pkg-plist2
-rw-r--r--editors/flim/pkg-plist.emacs202
-rw-r--r--editors/flim/pkg-plist.emacs212
-rw-r--r--editors/flim/scripts/configure2
9 files changed, 46 insertions, 62 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index 75b435e..2265d76 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= flim-${EMACS_PORT}
+PORTNAME= flim
PORTVERSION= ${FLIM_VER}
CATEGORIES= editors elisp
MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
MAINTAINER?= shige@FreeBSD.org
-DISTNAME= flim-${FLIM_VER}
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
PORTCLASS?= master
@@ -23,58 +23,38 @@ FLIM_VER= 1.13.2
FLIM_SETUPEL= flim-setupel.el
# document install directory by install-doc target
FLIMDOCDIR?= share/doc/flim
-FLIM_COOKIE= flim-${EMACS_PORT}-${FLIM_VER}.FreeBSD-packages
+FLIM_COOKIE= flim-${EMACS_PORT_NAME}-${FLIM_VER}.FreeBSD-packages
.if (${PORTCLASS} == "master")
# for emacs
-EMACS_NAME= emacs
-EMACS_PORT= emacs
-EMACS_VER= 19.34
-EMACS_LIBDIR= share/${EMACS_NAME}
-EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
+EMACS_PORT_NAME= emacs
# whether emacs requires *-setupel.el
REQUIRE_SETUPEL= YES
.endif
# target name for make build
ALL_TARGET?= elc
-
-.if defined(EMACS_PORT)
-EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
-BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
-.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
-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} \
- EMACS_LIBDIR_WITH_VER=${EMACS_LIBDIR_WITH_VER} \
- EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} \
- TARGETS="${FLIM_SETUPEL}"
-PLIST_SUB+= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \
- EMACS_LIBDIR_WITH_VER=${EMACS_LIBDIR_WITH_VER} \
- EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} \
- FLIMDOCDIR=${FLIMDOCDIR} FLIM_SETUPEL=${FLIM_SETUPEL} \
+# environments
+SCRIPTS_ENV+= TARGETS="${FLIM_SETUPEL}"
+PLIST_SUB+= FLIMDOCDIR=${FLIMDOCDIR} FLIM_SETUPEL=${FLIM_SETUPEL} \
FLIM_COOKIE=${FLIM_COOKIE}
-MAKE_FLAGS+= EMACS=${EMACS_CMD} XEMACS=${EMACS_CMD}
-.if (${EMACS_VER} == "19.34")
-# depends on custom: emacs-19.34 or mule-19.34
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT}
-RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT}
-.endif
+
+.include <bsd.port.pre.mk>
+
+.if defined(EMACS_PORT_NAME)
# depends on apel (case of xemacs-21.x or later)
.if defined(EMACS_PACKAGESDIR)
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
-RUN_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
+BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
+RUN_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
.else
# depends on apel (case of other emacsen etc...)
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
-RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
+BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
+RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
.endif
.else
.BEGIN:
@${ECHO} "Error: Bad port."
- @${ECHO} "You must define EMACS_NAME, EMACS_PORT, EMACS_VER, EMACS_LIBDIR, EMACS_LIBDIR_WITH_VER."
+ @${ECHO} "You must define EMACS_PORT_NAME."
@${FALSE}
.endif
@@ -88,8 +68,6 @@ pre-configure:
@${CP} ${FILESDIR}/${FLIM_SETUPEL}.in ${WRKDIR}
.endif
-.include <bsd.port.pre.mk>
-
# makeinfo stuff
MAKEINFO= makeinfo --no-split --no-validate
MAKEINFO_EMACS= ${EMACS_CMD} -no-site-file -no-init-file -batch
@@ -117,8 +95,8 @@ pre-install:
post-install:
# install package-cookie
- @${MKDIR} -p ${PREFIX}/share/flim
- @${TOUCH} ${PREFIX}/share/flim/${FLIM_COOKIE}
+ @${MKDIR} -p ${LOCALBASE}/share/flim
+ @${TOUCH} ${LOCALBASE}/share/flim/${FLIM_COOKIE}
.if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES")
@${MAKE} setupel-install
.endif
@@ -144,7 +122,7 @@ info-build:
${CAT} $${i}.jis | nkf -e > $${i} ; \
${MAKEINFO} $${i} || ${TRUE} ; \
done)
-.if defined(HAS_MULE) && (${HAS_MULE} == "YES")
+.if defined(EMACS_HAS_MULE) && (${EMACS_HAS_MULE} == "YES")
@(cd ${WRKSRC} ; \
for i in mime-ja.texi; do \
${MV} $${i} $${i}.jis ; \
@@ -158,7 +136,7 @@ info-build-by-emacs:
for i in mime-en.texi; do \
${MAKEINFO_EMACS} $${i} ${MAKEINFO_EMACS_FLAGS} || ${TRUE} ; \
done)
-.if defined(HAS_MULE) && (${HAS_MULE} == "YES")
+.if defined(EMACS_HAS_MULE) && (${EMACS_HAS_MULE} == "YES")
@(cd ${WRKSRC} ; \
for i in mime-ja.texi; do \
${MAKEINFO_EMACS} $${i} ${MAKEINFO_EMACS_FLAGS} || ${TRUE} ; \
@@ -172,39 +150,39 @@ pkg-el-copy:
pkg-el-install:
@(if [ -f ${FILESDIR}/_pkg.el ] ; then \
- ${MKDIR} ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME} ;\
+ ${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME} ;\
${INSTALL_DATA} ${FILESDIR}/_pkg.el \
- ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME}/_pkg.el ;\
+ ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/${XEMACS_PKGNAME}/_pkg.el ;\
fi)
mkdir-site-packages:
@(for i in ${EMACS_PACKAGES_SUBDIRS} ; do \
- ${MKDIR} ${PREFIX}/${EMACS_PACKAGESDIR}/$${i} ; \
+ ${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/$${i} ; \
done)
doc-install:
- @${MKDIR} ${PREFIX}/${FLIMDOCDIR}
+ @${MKDIR} ${LOCALBASE}/${FLIMDOCDIR}
@(cd ${WRKSRC} ; \
for i in ChangeLog NEWS README.* VERSION ; do \
- ${INSTALL_DATA} $${i} ${PREFIX}/${FLIMDOCDIR}/ ; \
+ ${INSTALL_DATA} $${i} ${LOCALBASE}/${FLIMDOCDIR}/ ; \
done)
setupel-install:
@${INSTALL_DATA} ${WRKDIR}/${FLIM_SETUPEL} \
- ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp
+ ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp
info-install:
@(cd ${WRKSRC} ; \
for i in mime-en.info; do \
- ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/info ; \
- install-info ${PREFIX}/info/$${i} ${PREFIX}/info/dir ; \
+ ${INSTALL_DATA} ${WRKSRC}/$${i} ${LOCALBASE}/info ; \
+ install-info ${LOCALBASE}/info/$${i} ${LOCALBASE}/info/dir ; \
done)
-.if defined(HAS_MULE) && (${HAS_MULE} == "YES")
+.if defined(EMACS_HAS_MULE) && (${EMACS_HAS_MULE} == "YES")
@(cd ${WRKSRC} ; \
for i in mime-ja.info; do \
- ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/info ; \
- install-info ${PREFIX}/info/$${i} ${PREFIX}/info/dir ; \
+ ${INSTALL_DATA} ${WRKSRC}/$${i} ${LOCALBASE}/info ; \
+ install-info ${LOCALBASE}/info/$${i} ${LOCALBASE}/info/dir ; \
done)
.endif
@@ -212,12 +190,12 @@ info-package-install:
@(cd ${WRKSRC} ; \
for i in mime-en.info mime-ja.info; do \
${INSTALL_DATA} ${WRKSRC}/$${i} \
- ${PREFIX}/${EMACS_PACKAGESDIR}/info ; \
+ ${LOCALBASE}/${EMACS_PACKAGESDIR}/info ; \
done ; \
- ${MKDIR} -p ${PREFIX}/${EMACS_PACKAGESDIR}/man/flim ; \
+ ${MKDIR} -p ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
for i in mime-en.texi mime-ja.texi; do \
${INSTALL_DATA} ${WRKSRC}/$${i} \
- ${PREFIX}/${EMACS_PACKAGESDIR}/man/flim ; \
+ ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
done)
manifest-install:
@@ -225,6 +203,6 @@ manifest-install:
@${CAT} ${PKGDIR}/PLIST | ${GREP} -e "^%%EMACS_PACKAGESDIR%%" | \
${SED} -e "s;^%%EMACS_PACKAGESDIR%%/;;" > ${WRKDIR}/${MANIFEST}
@${INSTALL_DATA} ${WRKDIR}/${MANIFEST} \
- ${PREFIX}/${EMACS_PACKAGESDIR}/pkginfo/
+ ${LOCALBASE}/${EMACS_PACKAGESDIR}/pkginfo/
.include <bsd.port.post.mk>
diff --git a/editors/flim/files/flim-setupel.el.in b/editors/flim/files/flim-setupel.el.in
index e65e901..0f1bf41 100644
--- a/editors/flim/files/flim-setupel.el.in
+++ b/editors/flim/files/flim-setupel.el.in
@@ -3,6 +3,6 @@
;; -- by shige@FreeBSD.ORG
(setq load-path (append '(
- "@@PREFIX@@/@@EMACS_LIBDIR@@/site-lisp/flim"
+ "@@LOCALBASE@@/@@EMACS_LIBDIR@@/site-lisp/flim"
) load-path))
(provide 'flim-setupel)
diff --git a/editors/flim/pkg-descr b/editors/flim/pkg-descr
index af221dd..8893698 100644
--- a/editors/flim/pkg-descr
+++ b/editors/flim/pkg-descr
@@ -8,7 +8,7 @@ FLIM, message representation or encoding emacs lisp library for emacs.
- mailcap parser and utility
FLIM is installed the following directory tree:
- ${PREFIX}/share/emacs/site-lisp/flim/ --- FLIM
+ ${LOCALBASE}/share/emacs/site-lisp/flim/ --- FLIM
To use flim, put the following setup into your ~/.emacs:
diff --git a/editors/flim/pkg-descr.emacs20 b/editors/flim/pkg-descr.emacs20
index af221dd..8893698 100644
--- a/editors/flim/pkg-descr.emacs20
+++ b/editors/flim/pkg-descr.emacs20
@@ -8,7 +8,7 @@ FLIM, message representation or encoding emacs lisp library for emacs.
- mailcap parser and utility
FLIM is installed the following directory tree:
- ${PREFIX}/share/emacs/site-lisp/flim/ --- FLIM
+ ${LOCALBASE}/share/emacs/site-lisp/flim/ --- FLIM
To use flim, put the following setup into your ~/.emacs:
diff --git a/editors/flim/pkg-descr.emacs21 b/editors/flim/pkg-descr.emacs21
index af221dd..8893698 100644
--- a/editors/flim/pkg-descr.emacs21
+++ b/editors/flim/pkg-descr.emacs21
@@ -8,7 +8,7 @@ FLIM, message representation or encoding emacs lisp library for emacs.
- mailcap parser and utility
FLIM is installed the following directory tree:
- ${PREFIX}/share/emacs/site-lisp/flim/ --- FLIM
+ ${LOCALBASE}/share/emacs/site-lisp/flim/ --- FLIM
To use flim, put the following setup into your ~/.emacs:
diff --git a/editors/flim/pkg-plist b/editors/flim/pkg-plist
index 92def16..8013b17 100644
--- a/editors/flim/pkg-plist
+++ b/editors/flim/pkg-plist
@@ -45,3 +45,5 @@
@unexec install-info --delete %D/info/mime-en.info %D/info/dir
info/mime-en.info
@exec install-info %D/info/mime-en.info %D/info/dir
+share/flim/%%FLIM_COOKIE%%
+@unexec /bin/rmdir %D/share/flim || true
diff --git a/editors/flim/pkg-plist.emacs20 b/editors/flim/pkg-plist.emacs20
index 92def16..8013b17 100644
--- a/editors/flim/pkg-plist.emacs20
+++ b/editors/flim/pkg-plist.emacs20
@@ -45,3 +45,5 @@
@unexec install-info --delete %D/info/mime-en.info %D/info/dir
info/mime-en.info
@exec install-info %D/info/mime-en.info %D/info/dir
+share/flim/%%FLIM_COOKIE%%
+@unexec /bin/rmdir %D/share/flim || true
diff --git a/editors/flim/pkg-plist.emacs21 b/editors/flim/pkg-plist.emacs21
index 92def16..8013b17 100644
--- a/editors/flim/pkg-plist.emacs21
+++ b/editors/flim/pkg-plist.emacs21
@@ -45,3 +45,5 @@
@unexec install-info --delete %D/info/mime-en.info %D/info/dir
info/mime-en.info
@exec install-info %D/info/mime-en.info %D/info/dir
+share/flim/%%FLIM_COOKIE%%
+@unexec /bin/rmdir %D/share/flim || true
diff --git a/editors/flim/scripts/configure b/editors/flim/scripts/configure
index 04796ae..083bc71 100644
--- a/editors/flim/scripts/configure
+++ b/editors/flim/scripts/configure
@@ -4,7 +4,7 @@ for i in ${TARGETS}
do
if [ -f ${WRKDIR}/${i}.in ]; then
cat ${WRKDIR}/${i}.in | /usr/bin/sed \
- -e "s;@@PREFIX@@;${PREFIX};g" \
+ -e "s;@@LOCALBASE@@;${LOCALBASE};g" \
-e "s;@@EMACS_LIBDIR@@;${EMACS_LIBDIR};g" \
-e "s;@@EMACS_VER@@;${EMACS_VER};g" \
-e "s;@@EMACS_LIBDIR_WITH_VER@@;${EMACS_LIBDIR_WITH_VER};g" \
OpenPOWER on IntegriCloud