head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.16.12.51.01;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.01.21.16.52.50;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2009.06.07.17.24.26;	author dhn;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.18.17.36.53;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.06.08.34.57;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.16.20.13.28;	author alepulver;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	unrar-iconv
# Date created:				18 Oct 2007
# Whom:					Yarodin <yarodin@@gmail.com>
#
# $FreeBSD: head/archivers/unrar-iconv/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PKGNAMESUFFIX=	-iconv

MAINTAINER=	yarodin@@gmail.com

MASTERDIR=	${.CURDIR}/../unrar

EXTRA_PATCHES=	${.CURDIR}/files/patch-iconv

CPPFLAGS+=	-DWITH_ICONV -I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib -liconv
USE_ICONV=	yes

CONFLICTS=	unrar-[0-9]* zh-unrar-[0-9]*

post-install:
	@@${ECHO_MSG} "===> Added iconv support, see new switches:"
	@@${ECHO_MSG} "     la, ll and lo at \"unrar -?\""
	@@${ECHO_MSG} "===> REMEMBER!!!: Windows rar archives using old DOS encodings as internal encoding."
	@@${ECHO_MSG} "     CP866 for russian lang for example."

.include "${MASTERDIR}/Makefile"
@


1.6
log
@- Fix build after removal of hardcoded CXX/CXXFLAGS

Submitted by:	sunpoet (myself)
Approved by:	Yar <yarodin@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 4.00 Beta 4
- LOCALBASE is already in MAKE_ENV

PR:		ports/154105
Submitted by:	sunpoet (myself)
Approved by:	Yar Odin <yarodin@@gmail.com> (maintainer)
Feature safe:	yes
@
text
@d16 2
@


1.4
log
@- Fix build with custom LOCALBASE.
- Fix iconv dependency

PR:	ports/135326
Submitted by:	Yar Odin <yarodin@@gmail.com> (maintainer)
@
text
@a16 1
MAKE_ENV=	LOCALBASE="${LOCALBASE}"
@


1.3
log
@- update patch for unrar-3.80.b1 and unbreak this port
- fix typo

PR:		124720
Submitted by:	leeym
Approved by:	maintainer
@
text
@d16 3
@


1.2
log
@- Fix Unicode support
- Add some notes

PR:		ports/122420
Submitted by:	Yarodin <yarodin at gmail.com> (maintainer)
@
text
@d22 1
a22 1
	@@${ECHO_MSG} "     CP866 for russian lang for exmaple."
@


1.1
log
@Add unrar-iconv: unrar with iconv support (as slave port).

PR:		ports/117290
Submitted by:	Yarodin <yarodin at gmail.com>
@
text
@d21 2
@

