summaryrefslogtreecommitdiff
path: root/japanese/mule-freewnn/Makefile
AgeCommit message (Collapse)Author
1997-09-10Share files among various mule ports, both port files and withinSatoshi Asami
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>
1997-06-08Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami
1997-05-28Align all info dir entries in the "emacs" section.Satoshi Asami
1997-05-21Make the mule ports use install-info. Note that our makeinfo can'tSatoshi Asami
handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST.
1996-11-13Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-11CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE
Inspired by: obrien
1996-08-16Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize manSatoshi Asami
page compression on NOMANCOMPRESS.
1995-10-11Use BUILD_DEPENDS and LIB_DEPENDS instead of ".if !exists(...)" hack.Satoshi Asami
1995-07-28Upgrade, 2.2.2 -> 2.3. Note the base emacs version is still 19.28.Satoshi Asami
Other variations (japanese/mule-canna, editors/mule) to follow.
1995-07-23Remove redundant mkdir of share/emacs/site-lisp from post-install.Satoshi Asami
The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!)
1995-07-20Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theSatoshi Asami
order of the search for site-lisp (lib/mule is searched before share/emacs now).
1995-06-27UseSatoshi Asami
/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.
1995-04-23Since thud was down all day (no offense Gary :), I finally had time toSatoshi Asami
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.
1995-04-22Update Makefile.canna to work with bsd.port.mk.Satoshi Asami
Also, strip the installed binaries. Aren't you glad I invented post-install? :)
1995-04-20Update of editors Makefiles!Satoshi Asami
1995-04-10DEPENDS= ${PORTSDIR}/japanese/WnnJordan K. Hubbard
Not: DEPENDS= ${PORTSDIR}/utils/Wnn
1995-04-09Another round of Makefile updates, editors version.Satoshi Asami
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
1995-03-28Reviewed by:Satoshi Asami
Submitted by: Obtained from:
1995-03-24Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami
and some other minor cleanup.
1995-03-16Change references to Wnn/Canna to point to ports/japanese instead ofSatoshi Asami
ports/utils.
1995-03-04Upgrade, 2.2 -> 2.2.2 (2.2 PL02).Satoshi Asami
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.
1995-02-17Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.Satoshi Asami
1995-02-13Add an empty STRIP= line to the toplevel Makefile to get all shell-scriptsAndreas Schulz
installed.
1995-01-03Version up to 2.2 (now based on emacs-19.28).Satoshi Asami
@ 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.
1994-12-23Fetch patch file into $DISTDIR directly instead of current dir.Satoshi Asami
1994-11-27Add cookies to pre-patch to pre-build targets so that this suckerSatoshi Asami
won't do the same thing twice.
1994-11-26Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.Andreas Schulz
1994-11-24Make the message align with those from bsd.port.mk.Satoshi Asami
1994-11-22mule, multilingual extension to emacs (based on 19.27)Satoshi Asami