aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mule/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Share files among various mule ports, both port files and withinasami1997-09-101-26/+94
| | | | | | | | | packages. The editors/mule-common package contains the language- independent parts. Add some new ports based on input methods. They don't take up much space because of efficient sharing. PR: 4411 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Align all info entries at 4th tab stop (as in system info entries).asami1997-06-081-5/+5
|
* Align all info dir entries in the "emacs" section.asami1997-05-281-4/+4
|
* Make the mule ports use install-info. Note that our makeinfo can'tasami1997-05-211-7/+16
| | | | | handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST.
* Install emacsclient et al., which were not included previously becauseasami1996-11-301-2/+4
| | | | | | | | | they might overwrite emacs' versions. The more I think about this, the less sense this makes, as we pratcically mandate emacs to be installed as well for this mule to work. Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
* Converted to MAN[1-9NL]obrien1996-11-171-6/+2
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | Minor variable reordering where needed.
* Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize manasami1996-08-161-3/+5
| | | | page compression on NOMANCOMPRESS.
* Upgrade, 2.2.2 -> 2.3.asami1995-09-151-12/+5
|
* Remove redundant mkdir of share/emacs/site-lisp from post-install.asami1995-07-241-4/+1
| | | | | | The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!)
* Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theasami1995-07-201-2/+5
| | | | | order of the search for site-lisp (lib/mule is searched before share/emacs now).
* Useasami1995-06-271-2/+3
| | | | | | | | | | | | | | | /usr/local/share/emacs/site-lisp /usr/local/lib/mule-site-lisp as the "site-lisp" directories. Basically all I did was tuck --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp to the end of CONFIGURE_ARGS. Also, all the patch-aa's are unnecessary because bsd.port.mk now will take ${CFLAGS} from /etc/make.conf and put it in the environment before calling configure.
* Since thud was down all day (no offense Gary :), I finally had time toasami1995-04-231-21/+18
| | | | | | | | | | | | | | | split mule into three ports: editors/mule: no language-specific support japanese/mule-canna: Japanese support, Canna library built-in japanese/mule-wnn: Japanese support, Wnn library built-in Note that the two ports under japanese/ will overwrite some of the emacs support files. Although this itself isn't a problem, if you pkg_delete it, you will lose some files needed for emacs. (This is explained in DESCR, although god knows who reads them.) Also I've listed every single file in the PLIST.
* Update Makefile.canna to work with bsd.port.mk.asami1995-04-221-1/+8
| | | | | Also, strip the installed binaries. Aren't you glad I invented post-install? :)
* Update of editors Makefiles!asami1995-04-211-7/+2
|
* DEPENDS= ${PORTSDIR}/japanese/Wnnjkh1995-04-101-2/+2
| | | | | Not: DEPENDS= ${PORTSDIR}/utils/Wnn
* Another round of Makefile updates, editors version.asami1995-04-091-12/+18
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Reviewed by:asami1995-03-281-28/+6
| | | | | Submitted by: Obtained from:
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Change references to Wnn/Canna to point to ports/japanese instead ofasami1995-03-161-2/+2
| | | | ports/utils.
* Upgrade, 2.2 -> 2.2.2 (2.2 PL02).asami1995-03-041-3/+5
| | | | | | Note: post-build and cannainfo.el are necessary only for reformatting one of the info files whose source was patched, and can go away when the next minor release (i.e., 2.3) comes out.
* Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.asami1995-02-171-1/+3
|
* Add an empty STRIP= line to the toplevel Makefile to get all shell-scriptsats1995-02-141-1/+2
| | | | installed.
* Version up to 2.2 (now based on emacs-19.28).asami1995-01-031-11/+8
| | | | | | | | | | @ Don't need freebsd.h and unexsunos4.c anymore (these were taken from 19.28, with a minor modification, which is now known as patch-ac). @ Tweaked lib-src/Makefile.in.in so that it won't clobber existing emacs installation (patch-ab). @ Taken out -g from configure per someone's suggestion (patch-aa). @ Changed patch site to one in US. @ New md5 checksums.
* Fetch patch file into $DISTDIR directly instead of current dir.asami1994-12-231-6/+6
|
* Add cookies to pre-patch to pre-build targets so that this suckerasami1994-11-271-3/+11
| | | | won't do the same thing twice.
* Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.ats1994-11-271-1/+5
|
* Make the message align with those from bsd.port.mk.asami1994-11-241-2/+2
|
* mule, multilingual extension to emacs (based on 19.27)asami1994-11-231-0/+45