mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
16 lines
365 B
Makefile
16 lines
365 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|