2000-09-12 12:53:49 +02:00
|
|
|
# New ports collection makefile for: iconv
|
|
|
|
# Date created: 10 September 2000
|
|
|
|
# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iconv-extra
|
2000-11-29 12:46:42 +01:00
|
|
|
PORTVERSION= 2.0
|
2000-09-12 12:53:49 +02:00
|
|
|
CATEGORIES= converters
|
2004-06-07 01:24:19 +02:00
|
|
|
MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/
|
2000-09-12 12:53:49 +02:00
|
|
|
|
2004-06-08 04:18:07 +02:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Additional charsets for the iconv library (those from the Unicode site)
|
2000-09-12 12:53:49 +02:00
|
|
|
|
2002-03-18 10:43:25 +01:00
|
|
|
LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
|
2000-09-12 12:53:49 +02:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|