mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
16 lines
340 B
Makefile
16 lines
340 B
Makefile
# Created by: den
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= russian archivers
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Unzip with CP866 and KOI8-R support
|
|
|
|
CONFLICTS= unzip-[0-9]* unzip-iconv-[0-9]* zh-unzip-[0-9]* ko-unzip-[0-9]*
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-ebcdic.h
|
|
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unzip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|