blob: 7c3d3dd65c432cd43f57836c1ed78b82e66d1b20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: iconv
# Date created: 10 September 2000
# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
#
# $FreeBSD$
#
PORTNAME= iconv-extra
PORTVERSION= 2.0
CATEGORIES= converters
MASTER_SITES= http://archive.dante.net/staff/konstantin/FreeBSD/iconv/
MAINTAINER= bland@FreeBSD.org
COMMENT= Additional charsets for the iconv library (those from the Unicode site)
LIB_DEPENDS= biconv.2:${PORTSDIR}/converters/iconv
USE_PERL5= yes
.include <bsd.port.mk>
|