pkgsrc/textproc/asciidir/Makefile
manu 8d75b2a5ec Added textproc/asciidir version 0.6
asccidir recursively remove non-ASCII characters from file name.

By default, western languages accents are turned into plain ASCII
characters, and evertything else non ASCII is removed, but a
transliteration map can be provided for more complex translations.
2018-07-26 14:27:23 +00:00

17 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/07/26 14:27:23 manu Exp $
DISTNAME= asciidir-0.6
CATEGORIES= textproc
MASTER_SITES= https://ftp.espci.fr/pub/asciidir/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ftp.espci.fr/pub/asciidir/
COMMENT= Recursively remove non ASCII characters in file names
LICENSE= original-bsd
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"