diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-11 06:15:23 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-11 06:15:23 +0000 |
commit | b682fd2e314880babecdcf84325deb673ae6cb06 (patch) | |
tree | e3db097ed6779caf0ef16495d4c5f632b253d476 /editors/flim113-xemacs21-mule | |
parent | a2b495f10d4d68b5aab4998038eb002f9e86522d (diff) | |
download | ports-b682fd2e314880babecdcf84325deb673ae6cb06.tar.gz ports-b682fd2e314880babecdcf84325deb673ae6cb06.zip |
Notes
Diffstat (limited to 'editors/flim113-xemacs21-mule')
-rw-r--r-- | editors/flim113-xemacs21-mule/Makefile | 12 | ||||
-rw-r--r-- | editors/flim113-xemacs21-mule/pkg-plist | 6 |
2 files changed, 14 insertions, 4 deletions
diff --git a/editors/flim113-xemacs21-mule/Makefile b/editors/flim113-xemacs21-mule/Makefile index 0f8449b6984b..c1a56065d4f5 100644 --- a/editors/flim113-xemacs21-mule/Makefile +++ b/editors/flim113-xemacs21-mule/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: flim for xemacs-mule -# Version required: 1.12.5 +# Version required: 1.13.6 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # @@ -24,7 +24,15 @@ ALL_TARGET= package INSTALL_TARGET= install-package # RUN_DEPENDS port name's suffix is '-common'. -HAVE_COMMON_PORT= YES +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+= ${EMACS_PACKAGESDIR}/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-sumo-packages # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg diff --git a/editors/flim113-xemacs21-mule/pkg-plist b/editors/flim113-xemacs21-mule/pkg-plist index c93f49180830..71402869a8fe 100644 --- a/editors/flim113-xemacs21-mule/pkg-plist +++ b/editors/flim113-xemacs21-mule/pkg-plist @@ -11,6 +11,8 @@ %%EMACS_PACKAGESDIR%%/lisp/flim/eword-decode.elc %%EMACS_PACKAGESDIR%%/lisp/flim/eword-encode.el %%EMACS_PACKAGESDIR%%/lisp/flim/eword-encode.elc +%%EMACS_PACKAGESDIR%%/lisp/flim/luna.el +%%EMACS_PACKAGESDIR%%/lisp/flim/luna.elc %%EMACS_PACKAGESDIR%%/lisp/flim/mailcap.el %%EMACS_PACKAGESDIR%%/lisp/flim/mailcap.elc %%EMACS_PACKAGESDIR%%/lisp/flim/mel-b-ccl.el @@ -37,8 +39,8 @@ %%EMACS_PACKAGESDIR%%/lisp/flim/mmbuffer.elc %%EMACS_PACKAGESDIR%%/lisp/flim/mmcooked.el %%EMACS_PACKAGESDIR%%/lisp/flim/mmcooked.elc -%%EMACS_PACKAGESDIR%%/lisp/flim/mmgeneric.el -%%EMACS_PACKAGESDIR%%/lisp/flim/mmgeneric.elc +%%EMACS_PACKAGESDIR%%/lisp/flim/mmdbuffer.el +%%EMACS_PACKAGESDIR%%/lisp/flim/mmdbuffer.elc %%EMACS_PACKAGESDIR%%/lisp/flim/std11.el %%EMACS_PACKAGESDIR%%/lisp/flim/std11.elc %%EMACS_PACKAGESDIR%%/lisp/flim/smtp.el |