914efb6129
WITH_ICONV= yes PR: ports/152006 Submitted by: KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# 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"
|