diff options
author | markd <markd@pkgsrc.org> | 2012-03-10 20:20:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-03-10 20:20:59 +0000 |
commit | fbfc144583fc703eca05d766e088c2c5fcb6ecc1 (patch) | |
tree | 1f90d2735aa93d0caf8b17a11559ed695b24d3f2 /converters | |
parent | d7c805859e24e31cf47ebaa267b54b5981d2bcba (diff) | |
download | pkgsrc-fbfc144583fc703eca05d766e088c2c5fcb6ecc1.tar.gz |
Add LICENSE.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/TECkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/TECkit/Makefile b/converters/TECkit/Makefile index 7d6b7e20be4..b237da2a897 100644 --- a/converters/TECkit/Makefile +++ b/converters/TECkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/12/07 02:05:50 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/10 20:20:59 markd Exp $ DISTNAME= TECkit_2_5_1 PKGNAME= ${DISTNAME:S/_/-/:S/_/./g} @@ -8,6 +8,7 @@ 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 +LICENSE= gnu-lgpl-v2.1 OR cpl-1.0 PKG_DESTDIR_SUPPORT= user-destdir |