From 2c3b6948e56f0a0b158fe413cf8299043b791616 Mon Sep 17 00:00:00 2001 From: tota Date: Wed, 4 May 2011 23:42:37 +0000 Subject: - Add a new port: archivers/unzip-iconv as a slave port of unzip with WITH_ICONV= yes PR: ports/152006 Submitted by: KOMATSU Shinichiro --- archivers/unzip-iconv/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 archivers/unzip-iconv/Makefile (limited to 'archivers/unzip-iconv') diff --git a/archivers/unzip-iconv/Makefile b/archivers/unzip-iconv/Makefile new file mode 100644 index 000000000000..39d918fc2352 --- /dev/null +++ b/archivers/unzip-iconv/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: unzip-iconv +# Date created: Nov 7 2010 +# Whom: KOMATSU Shinichiro +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -iconv + +MAINTAINER= koma2@lovepeers.org +COMMENT= Unzip with iconv patches + +CONFLICTS= unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]* + +MASTERDIR= ${.CURDIR}/../unzip + +WITH_ICONV= yes + +.include "${MASTERDIR}/Makefile" -- cgit