20 lines
395 B
Makefile
20 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"
|