summaryrefslogtreecommitdiff
path: root/editors/xemacs-mule-packages/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-mule-packages/Makefile')
-rw-r--r--editors/xemacs-mule-packages/Makefile37
1 files changed, 15 insertions, 22 deletions
diff --git a/editors/xemacs-mule-packages/Makefile b/editors/xemacs-mule-packages/Makefile
index 77d19ea97303..66ce8703152f 100644
--- a/editors/xemacs-mule-packages/Makefile
+++ b/editors/xemacs-mule-packages/Makefile
@@ -6,24 +6,21 @@
#
PORTNAME= xemacs-mule-packages
-PORTVERSION= 1.1
+PORTVERSION= 1.0
CATEGORIES= editors elisp
MASTER_SITES= \
ftp://ftp.xemacs.org/pub/xemacs/packages/ \
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \
ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \
ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \
- ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ \
- ${MASTER_SITE_PORTS_JP}
+ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/
-# These are not smallest set of packages but mostly usage of packages for
-# many `Mule' users.
DISTFILES= \
- mule-base-1.34-pkg.tar.gz locale-1.15-pkg.tar.gz \
- skk-1.15-pkg.tar.gz elib-1.06-pkg.tar.gz \
- egg-its-1.22-pkg.tar.gz ps-print-ja-1.01-pkg.tar.gz
+ edict-1.09-pkg.tar.gz \
+ leim-1.15-pkg.tar.gz \
+ lookup-1.04-pkg.tar.gz
-MAINTAINER= kiri@pis.toba-cmt.ac.jp
+MAINTAINER= KIRIYAMA Kazuhiko<kiri@pis.toba-cmt.ac.jp>
DIST_SUBDIR= xemacs
MASTER_SITE_SUBDIR=${DIST_SUBDIR}
@@ -45,18 +42,14 @@ do-install:
${CP} -Rp ${WRKDIR}/mule-packages ${XEMACSDIR}
post-install:
- @${ECHO_MSG} "This is only a subset of the available packages for xemacs"
- @${ECHO_MSG} "with mule."
- @${ECHO_MSG} "You can install additional packages yourself from within xemacs by"
- @${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within"
- @${ECHO_MSG} "the 'Options' menu of the menubar."
- @${ECHO_MSG} "To install all packages besides basic packages(xemacs-packages or"
- @${ECHO_MSG} "xemacs-mule-packages), consider using the xemacs-other-packages or"
- @${ECHO_MSG} "xemacs-mule-other-packages port."
-
-## for make PLIST (only maintainer use)
-#arrange:
-# ${MAKE} -DPLIST_OVERRIDE DIRRM2RMDIRS="lib/xemacs/mule-packages/pkginfo lib/xemacs/mule-packages/man lib/xemacs/mule-packages/lisp lib/xemacs/mule-packages/info lib/xemacs/mule-packages/etc lib/xemacs/mule-packages" \
-# DIRRMDEPTH=2 plist
+ @${ECHO_MSG} " This is the set of the packages for xemacs with the mule category. You can"
+ @${ECHO_MSG} "install other packages provided by XEmacs.org with editors/xemacs-*-packages"
+ @${ECHO_MSG} "ports. These ports are prepared for corresponding XEmacs packages except for"
+ @${ECHO_MSG} "xemacs-packages, xemacs-basic-packages and xemacs-additional-packages. Where"
+ @${ECHO_MSG} "xemacs-additional-packages is a meta ports for packages out of xemacs, xemacs"
+ @${ECHO_MSG} "mule-basic and xemacs mule category packages."
+ @${ECHO_MSG} " You can also install with running it as root and using the 'Manage Packes'"
+ @${ECHO_MSG} "menu within the 'Options' menu of the menubar. But using this xemacs package"
+ @${ECHO_MSG} "managing, you could not control under ports managing ;-)"
.include <bsd.port.mk>