mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
def808eb4a
PR: ports/140631 Submitted by: Denis Eremenko <moonshade@pnhz.kz> Approved by: maintainer timeout (den; 21 days)
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"
|