aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Canna/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Separate the server part and the library part from japanese/Canna, andhrs2008-10-271-72/+0
* Fix crash issue of cannaserver.nork2008-09-201-1/+1
* Fix NULL pointer reference issue of addwords/cannakill/catdic/chmoddic/nork2008-09-151-1/+1
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-251-1/+0
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* Reset max@FreeBSD.org due to no response to email about status.linimon2006-04-151-1/+1
* Upgrade to 3.7p3.max2004-07-121-3/+2
* RcNG'ize the startup script (and bump the port revision).max2004-02-161-4/+7
* Update to 3.7p1max2004-02-131-3/+16
* Reverse the MANLANG arguments to workaround a bug in make(1). This ismarcus2004-01-201-1/+1
* Add chmoddic.1 to MAN1 which was missing in previous commit,max2003-10-151-1/+2
* Upgrade to 3.6p4.sumikawa2003-10-151-2/+3
* Clear moonlight beckons.ade2003-03-071-0/+1
* Upgrade to 3.6p3.max2003-02-061-6/+5
* Ah, my slippery fingers, portversion should be 3.6p1 instead.max2002-12-021-1/+1
* Upgrade to 3.6p1, which contains security fixes.max2002-12-021-4/+3
* Correctly handle wchar.max2002-11-201-0/+1
* Upgrade to 3.6.max2002-11-121-22/+10
* Add back files/patch-af which should never be removed. This patch takes care...max2002-08-081-1/+1
* Oops, I meant to bump the PORTREVISION with the previous commit sincemax2002-05-161-1/+1
* - Canna doesn't use /var/run any longer.max2002-05-161-4/+5
* - Make this compile with imake 4.2.0, in which the LinkFileListknu2002-04-021-1/+1
* Remove the dependency to imake since this is now taken care ofmax2002-02-161-7/+1
* Uncomment BUILD_DEPENDS to xmkmf which was accidentally commented out in 1.44.max2002-01-211-1/+1
* Bump the PORTREVISION to reflect recent changes before the release.max2002-01-211-1/+1
* Properly include bsd.port.pre.mk before the reference toknu2002-01-201-2/+4
* Urgent fix before the freeze: Add the dependency on devel/imake ifknu2002-01-201-0/+4
* Typo fix in MLINKS.max2002-01-151-2/+2
* Adjust post-install and pkg-plist so that all necessary directoriesmax2001-11-211-3/+6
* Correct the problem which caused server/main.c to be uncompilable.max2001-11-211-0/+1
* Remove unnecessary line (which has already been commented out).max2001-11-211-1/+0
* Tweaks to make it usable on -current.max2001-11-201-1/+1
* Oops, PORTVERSION had an extraneous `.'.max2001-11-181-1/+1
* Upgrade to 3.5b2.max2001-11-181-29/+28
* Use proper POSIX syntax for `chown'.obrien2001-06-011-1/+1
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-161-1/+2
* Add missing manpages.asami2000-05-011-1/+3
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-3/+3
* Use devel/imake instead of x11/XFree86.max2000-03-081-1/+1
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
* Correctly install manpages. The removal of USE_IMAKE in the previousasami1999-01-151-2/+2
* Stop RUN_DEPEND to X, make BUILD_DEPEND only,sada1999-01-051-21/+15
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-8/+10
* Fix warning message.kuriyama1998-10-101-2/+3
* Convert to ELF and cleanup use of MAN* macros.steve1998-09-221-14/+19
* These ports install uncompressed manpages even though USE_IMAKE isasami1998-08-251-1/+2
* mkdir /var/run/canna at startup script.kuriyama1998-08-151-1/+3
* due to /var/run permission change in 2.2.5-RELEASE, we changeditojun1997-10-171-4/+7
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationmax1997-09-151-2/+2
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
* /bin/sh -> ${SH}max1997-07-141-2/+2
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-11-131-17/+13
* CATEGORIES+= -> CATEGORIES=max1996-11-111-7/+3
* Use ${COMPRESS_MAN} to compress man pages.max1996-11-051-5/+5
* PKGNAME is now prefixed with ``jp-.''max1996-09-181-3/+3
* Changed the maintainer from Satoshi to Max.max1996-09-181-14/+38
* Fixed the problem that the startup script installed in /usr/local/etc/rc.dmax1996-09-181-3/+4
* Install startup script in .../etc/rc.d.asami1996-08-091-2/+12
* ${XMKMF} -> xmkmf, so that "make includes" and such won't get invokedasami1995-06-261-2/+2
* Addasami1995-06-241-1/+4
* Upgrade, 3.2p1 -> 3.2p2.asami1995-06-221-4/+5
* Clean up Makefiles, as per my promise.asami1995-04-071-3/+7
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
* Canna, a kana-kanji conversion engine from NEC.asami1995-03-061-0/+17