summaryrefslogtreecommitdiff
path: root/inputmethod/imhangul/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-10-11Update imhangul to 0.9.13.minskim1-3/+3
Changes: - Fix a problem with OpenOffice 2.0. - Provide a new config file.
2005-08-26Update imhangul to 0.9.12. Patch provided by Yi Min-Cheol.minskim1-4/+3
Change: - Fix the problem that the last character is lost in some applications, e.g. gaim.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-11Update imhangul to 0.9.11.minskim1-2/+2
Changes: Fix a bug that crashes epiphany when a window is being closed.
2004-07-19Update imhangul to 0.9.10.minskim1-3/+3
Major changes: - Added Korean menu. - Per-toplevel-window status. - Fix a problem with evolution 1.5.
2004-04-30Revert to r1.3. Changes made in r1.4 were "oversimplification."minskim1-2/+3
2004-04-30Simplify Makefile by combining USE_LIBTOOL and SHLIBTOOL_OVERRIDE intominskim1-3/+2
USE_SHLIBTOOL.
2004-04-29Install a shared object only; there is no need to install a staticminskim1-1/+3
library for GTK+ input module. Bump PKGREVISION.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-10Import imhangul-0.9.9 from pkgsrc-wip.minskim1-0/+20
Imhangul is a Hangul input module for GTK+ 2. This supports Korean Hangul input with several types of keyboards widely used in Korea.