1999-11-01 04:30:59 +01:00
|
|
|
# New ports collection makefile for: iconv
|
2000-09-12 12:06:47 +02:00
|
|
|
# Date created: 21 September 1999
|
|
|
|
# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
1999-11-01 04:30:59 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 01:24:42 +02:00
|
|
|
PORTNAME= iconv
|
2000-11-29 12:46:42 +01:00
|
|
|
PORTVERSION= 2.0
|
2002-03-18 12:13:33 +01:00
|
|
|
PORTREVISION= 3
|
1999-11-01 04:30:59 +01:00
|
|
|
CATEGORIES= converters
|
2000-09-12 12:06:47 +02:00
|
|
|
MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/
|
1999-11-01 04:30:59 +01:00
|
|
|
|
2002-03-19 10:42:36 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Charset conversion library and utilities
|
1999-11-01 04:30:59 +01:00
|
|
|
|
2000-09-12 12:06:47 +02:00
|
|
|
USE_PERL5= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-16 12:38:50 +02:00
|
|
|
|
1999-11-01 04:30:59 +01:00
|
|
|
MANCOMPRESSED= yes
|
2002-03-18 10:43:25 +01:00
|
|
|
MAN1= biconv.1
|
|
|
|
MAN3= biconv.3 biconv_open.3 biconv_close.3
|
1999-11-01 04:30:59 +01:00
|
|
|
|
2000-11-30 10:23:33 +01:00
|
|
|
.if defined(NOPROFILE)
|
|
|
|
PLIST_SUB= PROFILE:="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUB= PROFILE:=""
|
|
|
|
.endif
|
|
|
|
|
1999-11-01 04:30:59 +01:00
|
|
|
.include <bsd.port.mk>
|