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