2004-10-27 21:12:27 +00:00
|
|
|
# New ports collection makefile for: convmv
|
|
|
|
# Date created: 27 October 2004
|
|
|
|
# Whom: Kuang-che Wu <kcwu@csie.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= convmv
|
2009-01-01 20:12:34 +00:00
|
|
|
PORTVERSION= 1.14
|
2004-10-27 21:12:27 +00:00
|
|
|
CATEGORIES= converters perl5
|
2009-06-06 11:08:05 +00:00
|
|
|
MASTER_SITES= http://www.j3e.de/linux/convmv/ \
|
|
|
|
http://www.sfr-fresh.com/unix/privat/
|
2004-10-27 21:12:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= kcwu@csie.org
|
|
|
|
COMMENT= Convert filenames from one encoding to another
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
PLIST_FILES= bin/convmv
|
|
|
|
|
|
|
|
MAN1= convmv.1
|
|
|
|
|
2009-07-22 16:27:08 +00:00
|
|
|
.include <bsd.port.mk>
|