mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c7bf4cf8a9
PR: ports/152006 Submitted by: KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
18 lines
421 B
Makefile
18 lines
421 B
Makefile
# Ports collection makefile for: ko-unzip
|
|
# Date created: 21 May 2003
|
|
# Whom: 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"
|