mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
03e239d5c3
Reported by: pointyhat
20 lines
427 B
Makefile
20 lines
427 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]* ru-unzip-[0-9]* zh-unzip-[0-9]*
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unzip
|
|
|
|
BROKEN= does not patch
|
|
|
|
.include "${MASTERDIR}/Makefile"
|