2013-05-07 15:12:31 +02:00
|
|
|
# Created by: 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
|
2013-05-07 15:12:31 +02:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
2014-01-09 01:16:37 +01:00
|
|
|
USES= shebangfix perl5 uidfix
|
2013-08-21 15:11:02 +02:00
|
|
|
USE_PERL5= build
|
2006-08-09 13:32:46 +02:00
|
|
|
USE_LDCONFIG= yes
|
2013-05-07 15:12:31 +02:00
|
|
|
SHEBANG_FILES= iconv_builtin ccs/iconv_mktbl
|
2000-06-16 12:38:50 +02:00
|
|
|
|
2013-08-21 15:08:44 +02:00
|
|
|
OPTIONS_DEFINE= CCSUTIL
|
|
|
|
OPTIONS_DEFAULT=CCSUTIL
|
|
|
|
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
CCSUTIL_DESC= Install Coded character set (CCS) util
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MCCSUTIL}
|
2013-08-21 15:11:02 +02:00
|
|
|
USE_PERL5+= run
|
2000-11-30 10:23:33 +01:00
|
|
|
.else
|
2013-08-21 15:08:44 +02:00
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ccs_Makefile
|
2000-11-30 10:23:33 +01:00
|
|
|
.endif
|
|
|
|
|
2014-01-13 17:02:09 +01:00
|
|
|
.if defined(NO_PROFILE)
|
|
|
|
PLIST_SUB+= PROFILE="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= PROFILE=""
|
|
|
|
.endif
|
|
|
|
|
1999-11-01 04:30:59 +01:00
|
|
|
.include <bsd.port.mk>
|