diff options
author | minskim <minskim@pkgsrc.org> | 2008-11-24 02:09:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-11-24 02:09:31 +0000 |
commit | 07e179d0c708241e24bb5162c69c8eb0971cd9c1 (patch) | |
tree | ba68277b8dc8b47d78a3de9d5b032ee77fdc1fc2 /converters/TECkit/Makefile | |
parent | 2f1af700fd5cad8c507bef05cc59fcf447d22293 (diff) | |
download | pkgsrc-07e179d0c708241e24bb5162c69c8eb0971cd9c1.tar.gz |
Import TECkit.
TECkit is a low-level toolkit intended to be used by other
applications that need to perform encoding conversions (e.g., when
importing legacy data into a Unicode-based application). The primary
component of the TECkit package is therefore a library that performs
conversions; this is the "TECkit engine". The engine relies on
mapping tables in a specific binary format (for which documentation is
available); there is a compiler that creates such tables from a
human-readable mapping description (a simple text file).
Diffstat (limited to 'converters/TECkit/Makefile')
-rw-r--r-- | converters/TECkit/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/converters/TECkit/Makefile b/converters/TECkit/Makefile new file mode 100644 index 00000000000..bdd30d3bf3a --- /dev/null +++ b/converters/TECkit/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/24 02:09:31 minskim Exp $ + +DISTNAME= TECkit_2_5_1 +PKGNAME= ${DISTNAME:S/_/-/:S/_/./g} +CATEGORIES= converters +MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit +COMMENT= Low-level toolkit to perform encoding conversions + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ + +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |