blob: dcf29ea8d4e5c63f84f773403895c18e0fb7aa93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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= statue@freebsd.sinica.edu.tw
MASTERDIR= ${.CURDIR}/../../archivers/unzip
EXTRA_PATCHES= ${.CURDIR}/files/patch-fileio.c
.include "${MASTERDIR}/Makefile"
|