e2d474cf53
which are slave ports to the stock KDE2 ports with extra Japanese support patches released from kde.gr.jp after the KDE 2.2 release. Most of them will be merged into the KDE mainstream, but in the meantime we need this to have decent support for Japanese language environment. PR: ports/30194 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
23 lines
573 B
Makefile
23 lines
573 B
Makefile
# New ports collection makefile for: Japanized kdebase2
|
|
# Date created: 28 August 2001
|
|
# Whom: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# This port does not work with another version of master port.
|
|
#PORTVERSION= 2.2
|
|
CATEGORIES= japanese x11 kde
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11/kdebase2
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
MAINTAINER= sahiro@crest.ocn.ne.jp
|
|
|
|
PATCH_SITES= http://www.kde.gr.jp/patch/
|
|
PATCHFILES= kdebase-2.2-konsole-ja-20010818.diff \
|
|
kdebase-2.2-kpersonalizer-charset-20010816.diff
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|