2000-09-12 10:53:49 +00: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 11:46:42 +00:00
|
|
|
PORTVERSION= 2.0
|
2000-09-12 10:53:49 +00:00
|
|
|
CATEGORIES= converters
|
2005-02-19 04:04:58 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= bland
|
2000-09-12 10:53:49 +00:00
|
|
|
|
2004-06-08 02:18:07 +00:00
|
|
|
MAINTAINER= bland@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= Additional charsets for the iconv library (those from the Unicode site)
|
2000-09-12 10:53:49 +00:00
|
|
|
|
2002-03-18 09:43:25 +00:00
|
|
|
LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
|
2000-09-12 10:53:49 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|