blob: 161adf93f0f76b493ce96b24538d3e5ad7e0892b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: zh-unzip
# Date created: 3 July 1999
# Whom: 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"
|