- Add a new port: archivers/unzip-iconv as a slave port of unzip with

WITH_ICONV=	yes

PR:		ports/152006
Submitted by:	KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
This commit is contained in:
TAKATSU Tomonari 2011-05-04 23:42:37 +00:00
parent c7bf4cf8a9
commit 914efb6129
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273642
2 changed files with 20 additions and 0 deletions

View file

@ -187,6 +187,7 @@
SUBDIR += unshield
SUBDIR += untar
SUBDIR += unzip
SUBDIR += unzip-iconv
SUBDIR += unzoo
SUBDIR += upx
SUBDIR += wzip

View file

@ -0,0 +1,19 @@
# New ports collection makefile for: unzip-iconv
# Date created: Nov 7 2010
# Whom: KOMATSU Shinichiro <koma2@lovepeers.org>
#
# $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"