- 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:
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
|
@ -187,6 +187,7 @@
|
|||
SUBDIR += unshield
|
||||
SUBDIR += untar
|
||||
SUBDIR += unzip
|
||||
SUBDIR += unzip-iconv
|
||||
SUBDIR += unzoo
|
||||
SUBDIR += upx
|
||||
SUBDIR += wzip
|
||||
|
|
19
archivers/unzip-iconv/Makefile
Normal file
19
archivers/unzip-iconv/Makefile
Normal 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"
|
Loading…
Reference in a new issue