mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
15 lines
329 B
Makefile
15 lines
329 B
Makefile
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
CONFLICTS= unzip-[0-9]* unzip-iconv-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]*
|
|
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unzip
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-fileio.c
|
|
|
|
.include "${MASTERDIR}/Makefile"
|