diff options
author | shige <shige@FreeBSD.org> | 1999-10-11 06:15:23 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-11 06:15:23 +0000 |
commit | 90c014502e581de4b4d2eaad16676c58e729844a (patch) | |
tree | 6e3d95672b481884178069c14e0e63500a1ff053 /editors/flim113-xemacs21-mule | |
parent | b8598191418c6b16de0faf86c9ae9552c0aac626 (diff) | |
download | FreeBSD-ports-90c014502e581de4b4d2eaad16676c58e729844a.zip FreeBSD-ports-90c014502e581de4b4d2eaad16676c58e729844a.tar.gz |
Update to 1.13.2.
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 0f8449b..c1a5606 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 c93f491..7140286 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 |