40eecb0229
"ch-" => "zh-"
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# New ports collection makefile for: ru-unzip
|
|
# Date created: 4 May 2005
|
|
# Whom: den
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= russian archivers
|
|
|
|
MAINTAINER= den@FreeBSD.org
|
|
COMMENT= Unzip with CP866 and KOI8-R support
|
|
|
|
CONFLICTS= unzip-[0-9]* zh-unzip-[0-9]* ko-unzip-[0-9]*
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-ebcdic.h
|
|
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unzip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|