diff options
author | rh <rh@pkgsrc.org> | 2001-01-01 17:29:20 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-01-01 17:29:20 +0000 |
commit | 01f9d8d7f244b96681d82dc6772795a0323af294 (patch) | |
tree | 6e53a70ca68ef1808ac65793a639c8316830485f /converters/libiconv/Makefile | |
parent | d00ee400d7c73ae4a1dd3de12a8848e9f7679f07 (diff) | |
download | pkgsrc-01f9d8d7f244b96681d82dc6772795a0323af294.tar.gz |
Initial import of libiconv-1.5, a character conversion library.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile new file mode 100644 index 00000000000..bed6b31bef0 --- /dev/null +++ b/converters/libiconv/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $ +# + +DISTNAME= libiconv-1.5 +CATEGORIES= converters +MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://clisp.cons.org/~haible/packages-libiconv.html + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE+= ${WRKSRC}/autoconf/ltconfig +LTCONFIG_OVERRIDE+= ${WRKSRC}/libcharset/autoconf/ltconfig + +.include "../../mk/bsd.pkg.mk" |