22dba834b7
- Fix pkg-plist in the case when NOPROFILE isn't defined; - fix breakage on system with old perl < 5.6.0 (4-STABLE and downward) by including pre-generated on 5-CURRENT files. Perl scripts supplied with the port have some problems with old perl and I hope Konstantin will address this problem in the next revision of iconv. Prompted by: asami (plist), Mikhail Teterin <mi@privatelabs.com> (4-CURRENT)
30 lines
573 B
Makefile
30 lines
573 B
Makefile
# New ports collection makefile for: iconv
|
|
# Date created: 21 September 1999
|
|
# Whom: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iconv
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/
|
|
|
|
MAINTAINER= Konstantin.Chuguev@dante.org.uk
|
|
|
|
USE_PERL5= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= iconv.1
|
|
MAN3= iconv.3 iconv_open.3 iconv_close.3
|
|
|
|
.if defined(NOPROFILE)
|
|
PLIST_SUB= PROFILE:="@comment "
|
|
.else
|
|
PLIST_SUB= PROFILE:=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|