16 lines
330 B
Makefile
16 lines
330 B
Makefile
# 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
|
|
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unzip
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-fileio.c
|
|
|
|
.include "${MASTERDIR}/Makefile"
|