mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
375 B
Makefile
18 lines
375 B
Makefile
# New ports collection makefile for: zh-unrar
|
|
# Date created: 1 Auguest 2004
|
|
# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unrar
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-arcread.cpp \
|
|
${.CURDIR}/files/patch-unicode.cpp
|
|
|
|
.include "${MASTERDIR}/Makefile"
|