16 lines
335 B
Makefile
16 lines
335 B
Makefile
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
MASTERDIR= ${.CURDIR}/../../archivers/unrar
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-arcread.cpp \
|
|
${.CURDIR}/files/patch-unicode.cpp
|
|
|
|
CONFLICTS_INSTALL= unrar unrar-iconv
|
|
|
|
.include "${MASTERDIR}/Makefile"
|