freebsd-ports/archivers/unrar-iconv/Makefile
Yen-Ming Lee d228c92ae7 - update patch for unrar-3.80.b1 and unbreak this port
- fix typo

PR:		124720
Submitted by:	leeym
Approved by:	maintainer
2008-06-18 17:36:53 +00:00

24 lines
626 B
Makefile

# New ports collection makefile for: unrar-iconv
# Date created: 18 Oct 2007
# Whom: Yarodin <yarodin@gmail.com>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -iconv
MAINTAINER= yarodin@gmail.com
MASTERDIR= ${.CURDIR}/../unrar
EXTRA_PATCHES= ${.CURDIR}/files/patch-iconv
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"