freebsd-ports/converters/iconv/Makefile

41 lines
787 B
Makefile
Raw Normal View History

# Created by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
# $FreeBSD$
PORTNAME= iconv
PORTVERSION= 2.0
PORTREVISION= 4
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland
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
2014-01-09 01:16:37 +01:00
USES= shebangfix perl5 uidfix
USE_PERL5= build
USE_LDCONFIG= yes
SHEBANG_FILES= iconv_builtin ccs/iconv_mktbl
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}
USE_PERL5+= run
.else
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ccs_Makefile
.endif
2014-01-13 17:02:09 +01:00
.if defined(NO_PROFILE)
PLIST_SUB+= PROFILE="@comment "
.else
PLIST_SUB+= PROFILE=""
.endif
.include <bsd.port.mk>