summaryrefslogtreecommitdiffstats
path: root/editors/flim-xemacs21-mule-current
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2000-07-13 05:19:02 +0000
committershige <shige@FreeBSD.org>2000-07-13 05:19:02 +0000
commitfbd37084c68ad0b53f18cd8876ba782dcfd93869 (patch)
tree1da1cd04ce107dfaa7b113f8ea1014b33ee497e6 /editors/flim-xemacs21-mule-current
parent439019b61af7f05c3f573f0fec3e297b89488f15 (diff)
downloadFreeBSD-ports-fbd37084c68ad0b53f18cd8876ba782dcfd93869.zip
FreeBSD-ports-fbd37084c68ad0b53f18cd8876ba782dcfd93869.tar.gz
Convert into EMACS_PORT_NAME style port.
Diffstat (limited to 'editors/flim-xemacs21-mule-current')
-rw-r--r--editors/flim-xemacs21-mule-current/Makefile20
-rw-r--r--editors/flim-xemacs21-mule-current/pkg-descr2
2 files changed, 8 insertions, 14 deletions
diff --git a/editors/flim-xemacs21-mule-current/Makefile b/editors/flim-xemacs21-mule-current/Makefile
index dd982bd..3849d43 100644
--- a/editors/flim-xemacs21-mule-current/Makefile
+++ b/editors/flim-xemacs21-mule-current/Makefile
@@ -13,28 +13,22 @@ PORTCLASS= slave
MASTERDIR= ${.CURDIR}/../../editors/flim-emacs-current
# emacs port setup
-EMACS_NAME= xemacs
-EMACS_PORT= xemacs21-mule
-EMACS_VER= 21.1.10
-EMACS_CMD= ${PREFIX}/bin/${EMACS_PORT}
-EMACS_PACKAGESDIR= lib/${EMACS_NAME}/site-packages
+EMACS_PORT_NAME= xemacs21-mule
+EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages
# packages-subdirectories which this port requires
EMACS_PACKAGES_SUBDIRS= info lisp man pkginfo
+SCRIPTS_ENV= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
+PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
+
# how to make and install
ALL_TARGET= package
INSTALL_TARGET= install-package
-# RUN_DEPENDS port name's suffix is '-common'.
-HAS_COMMON_PORT= YES
-
-# whether emacs has mule feature
-HAS_MULE= YES
-
# whether building info files by emacs or makeinfo
BUILD_INFO_BY_EMACS= YES
# texinfo packages
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-sumo-packages
+BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-sumo-packages
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg
@@ -57,7 +51,7 @@ FLIMDOCDIR= ${EMACS_PACKAGESDIR}/lisp/flim
xemacs-package: install
@${RM} -f ${.CURDIR}/${XEMACS_PKG_TARBALL}
- @(cd ${PREFIX}/${EMACS_PACKAGESDIR} ;\
+ @(cd ${LOCALBASE}/${EMACS_PACKAGESDIR} ;\
${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
)
diff --git a/editors/flim-xemacs21-mule-current/pkg-descr b/editors/flim-xemacs21-mule-current/pkg-descr
index f5b3afb..725bff5 100644
--- a/editors/flim-xemacs21-mule-current/pkg-descr
+++ b/editors/flim-xemacs21-mule-current/pkg-descr
@@ -8,6 +8,6 @@ FLIM, message representation or encoding emacs lisp library for xemacs21-mule.
- mailcap parser and utility
FLIM is installed the following directory tree:
- ${PREFIX}/lib/xemacs/site-packages/lisp/flim/ --- FLIM
+ ${LOCALBASE}/lib/xemacs/site-packages/lisp/flim/ --- FLIM
--- Porting by shige <shige@FreeBSD.ORG>
OpenPOWER on IntegriCloud