freebsd-ports/sysutils/cdrtools-cjk/Makefile
Alexander Leidinger 12672e698c Add cdrtools-cjk, slave port to sysutils/cdrtools which applies a third-
party patch to the ISO-9660 tools so they have support for the following
character sets:
big5 cp1250 cp1251 cp1255 cp437 cp737 cp775 cp850 cp852 cp855 cp857 cp860
cp861 cp862 cp863 cp864 cp865 cp866 cp869 cp874 cp932 cp936 cp949 cp950
euc-jp euc-kr gb2312 iso8859-1 iso8859-13 iso8859-14 iso8859-15 iso8859-2
iso8859-3 iso8859-4 iso8859-5 iso8859-6 iso8859-7 iso8859-8 iso8859-9 koi8-r
koi8-u sjis tis-620 utf8

cdrtools-cjk makes the chinese/cdrtools (cp932, cp936, cp949, cp950),
chinese/mkisofs (big5) and korean/mkisofs (cp949) ports redundant.

Submitted by:	marius
2004-06-07 13:30:26 +00:00

24 lines
556 B
Makefile

# New ports collection makefile for: cdrtools-cjk
# Date created: 6 June 2004
# Whom: marius@alchemy.franken.de
#
# $FreeBSD$
#
PORTVERSION= 2.0.3.${PATCHDATE}
CATEGORIES= sysutils chinese japanese korean audio
PKGNAMEPREFIX= cjk-
PATCH_SITES= http://www.geocities.co.jp/SiliconValley/3657/mkisofs_patch/
PATCHFILES= noboru_nls_patch_${PATCHDATE}.txt.gz
PATCH_DIST_STRIP= -p1
CONFLICTS= cdrtools-*
PATCHDATE= 20030714
MASTERDIR= ${.CURDIR}/../cdrtools
DESCR= ${.CURDIR}/pkg-descr
MD5_FILE= ${.CURDIR}/distinfo
.include "${MASTERDIR}/Makefile"