mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
15 lines
344 B
Makefile
15 lines
344 B
Makefile
|
# Ports collection makefile for: ko-unzip
|
||
|
# Date created: 21 May 2003
|
||
|
# Whom: Hye-Shik Chang
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../archivers/unzip
|
||
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
||
|
CATEGORIES= korean archivers
|
||
|
|
||
|
MAINTAINER= ab@astralblue.net
|
||
|
COMMENT= ZIP archive extractor with localized patches
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|