pkgsrc/textproc/enca/Makefile
wiz f88d2cf15d Initial import of enca-1.9:
Enca is an Extremely Naive Charset Analyser. It detects character
set and encoding of text files and can also convert them to other
encodings. The charset detecting functionality is also available as
a library.

Enca currently can determine 8bit charsets of Belarussian, Bulgarian,
Croatian, Czech, Estonian, Hungarian, Latvian, Lithuanian, Polish,
Russian, Slovak, Slovene, Ukrainian, and Chinese texts and also
some multibyte encodings, independent on language (provided it's
some European language).
2007-02-24 22:49:11 +00:00

19 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/02/24 22:49:11 wiz Exp $
#
DISTNAME= enca-1.9
CATEGORIES= converters
MASTER_SITES= http://trific.ath.cx/Ftp/enca/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://trific.ath.cx/software/enca/
COMMENT= Extremely Naive Charset Analyser
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
PKGCONFIG_OVERRIDE+= ${WRKSRC}/enca.pc.in
.include "../../mk/bsd.pkg.mk"