mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
17 lines
355 B
Makefile
17 lines
355 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= unrar-[0-9]* unrar-iconv-[0-9]*
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|