aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unrar-iconv/Makefile
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2008-02-17 04:13:28 +0800
committeralepulver <alepulver@FreeBSD.org>2008-02-17 04:13:28 +0800
commit0c2a73328522531abae08490e96be6d50a01f543 (patch)
treed608ae84bbc2d4eb9ad605abe1a2715c88ba1eb7 /archivers/unrar-iconv/Makefile
parentc994c7688be824944617ab28213c18f5ef759990 (diff)
downloadfreebsd-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/Makefile22
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"