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
|
2005-02-19 05:04:58 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= bland
|
1999-11-01 04:30:59 +01:00
|
|
|
|
2004-02-23 03:53:54 +01:00
|
|
|
MAINTAINER= bland@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
|
2006-08-09 13:32:46 +02:00
|
|
|
USE_LDCONFIG= 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
|
|
|
|
2010-10-06 05:43:13 +02:00
|
|
|
.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE)
|
2000-11-30 10:23:33 +01:00
|
|
|
PLIST_SUB= PROFILE:="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUB= PROFILE:=""
|
|
|
|
.endif
|
|
|
|
|
1999-11-01 04:30:59 +01:00
|
|
|
.include <bsd.port.mk>
|