aboutsummaryrefslogtreecommitdiff
path: root/japanese/gjiten/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Support stage [1]Baptiste Daroussin2014-06-301-28/+18
| | | | | | | | | | | | While here: - Use options helpers when possible - Remove update-desktop-database (it is useless for this port) PR: 190661 Submitted by: darksoul@darkbsd.org Notes: svn path=/head/; revision=359919
* Correct gnome dependency to not pull gnome1Baptiste Daroussin2013-10-061-1/+1
| | | | Notes: svn path=/head/; revision=329537
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-6/+2
| | | | Notes: svn path=/head/; revision=326491
* 1. Introduce using iconv with arguments:Boris Samorodov2013-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | . lib (default, implicit); . build, . patch. The default is the same, all existing ports stay valid. 2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv. It is intended to get the value of /usr/bin/iconv at recent 10.x. 3. Adopt all ports to using USES+= icomv:build and iconv:patch and change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports. Submitted by: bsam (me, via e-mail) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325937
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Gjiten is a Japanese dictionary program for GNOME.Frederic Culot2012-09-161-0/+80
Gjiten also has a kanji dictionary. Any combination of stroke count, radicals and search key can be used for kanji lookups. WWW: http://gjiten.sourceforge.net/ PR: ports/171226 Submitted by: Stephane Lapie <stephane.lapie@darkbsd.org> Notes: svn path=/head/; revision=304345