pkgsrc/converters/libiconv/Makefile
rh 89dae3abad Update libiconv to 1.6.1. Notable changes include:
* Bugfixes
  * The iconv program's -f and -t options are now optional.
  * Many more transliterations.
  * Added CP862 converter.
  * Changed the GB18030 converter.
  * Portability to DOS with DJGPP.
2001-05-14 12:14:47 +00:00

24 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/05/14 12:14:47 rh Exp $
#
DISTNAME= libiconv-1.6.1
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
COMMENT= character set conversion library
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE+= ${WRKSRC}/autoconf/ltconfig
LTCONFIG_OVERRIDE+= ${WRKSRC}/libcharset/autoconf/ltconfig
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == SunOS)
PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS}
.endif
.include "../../mk/bsd.pkg.mk"