aboutsummaryrefslogtreecommitdiff
path: root/archivers/unrar-iconv/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-02-16 20:13:28 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-02-16 20:13:28 +0000
commit41d43131e23265bf514d46b820c838cd1ce62a74 (patch)
tree8c063fe3530faa0defdab4b09f28af2448e2b2ac /archivers/unrar-iconv/Makefile
parent0e0e5af09dac3b05f5bf618ad7040ebe6339ad35 (diff)
downloadports-41d43131e23265bf514d46b820c838cd1ce62a74.tar.gz
ports-41d43131e23265bf514d46b820c838cd1ce62a74.zip
Notes
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"