freebsd-ports/archivers/unzip-iconv/Makefile
TAKATSU Tomonari 914efb6129 - 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>
2011-05-04 23:42:37 +00:00

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"