diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-02 02:45:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-02 02:45:15 +0000 |
commit | 1fb72910425c88790898664ef801bdaa99f12535 (patch) | |
tree | 6d4fae75709c2bab07bb989cb767ebf422cee979 /chinese/unrar/Makefile | |
parent | d5138d4f5ec27137be8b8e52728a789507a2886f (diff) | |
download | ports-1fb72910425c88790898664ef801bdaa99f12535.tar.gz ports-1fb72910425c88790898664ef801bdaa99f12535.zip |
Notes
Diffstat (limited to 'chinese/unrar/Makefile')
-rw-r--r-- | chinese/unrar/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chinese/unrar/Makefile b/chinese/unrar/Makefile new file mode 100644 index 000000000000..d9ef056b47d8 --- /dev/null +++ b/chinese/unrar/Makefile @@ -0,0 +1,17 @@ +# 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" |