mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
771b43c983
- Define DOCS - Support staging PR: 184366 Submitted by: Takefu <takefu@airport.fm>
15 lines
351 B
Makefile
15 lines
351 B
Makefile
# Created by: Hye-Shik Chang
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= korean archivers
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ZIP archive extractor with localized patches
|
|
|
|
CONFLICTS= unzip-[0-9]* unzip-iconv-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]*
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unzip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|