diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-02-17 04:13:28 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-02-17 04:13:28 +0800 |
commit | 0c2a73328522531abae08490e96be6d50a01f543 (patch) | |
tree | d608ae84bbc2d4eb9ad605abe1a2715c88ba1eb7 /archivers/unrar-iconv/Makefile | |
parent | c994c7688be824944617ab28213c18f5ef759990 (diff) | |
download | freebsd-ports-gnome-0c2a73328522531abae08490e96be6d50a01f543.tar.gz freebsd-ports-gnome-0c2a73328522531abae08490e96be6d50a01f543.tar.zst freebsd-ports-gnome-0c2a73328522531abae08490e96be6d50a01f543.zip |
Add unrar-iconv: unrar with iconv support (as slave port).
PR: ports/117290
Submitted by: Yarodin <yarodin at gmail.com>
Diffstat (limited to 'archivers/unrar-iconv/Makefile')
-rw-r--r-- | archivers/unrar-iconv/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/unrar-iconv/Makefile b/archivers/unrar-iconv/Makefile new file mode 100644 index 000000000000..85ac71e31f7f --- /dev/null +++ b/archivers/unrar-iconv/Makefile @@ -0,0 +1,22 @@ +# 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 -?\"" + +.include "${MASTERDIR}/Makefile" |