blob: 376cb633381a333c287a8227f00618fcbd80375d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: Japanized qt23
# 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.3.1
CATEGORIES= japanese x11-toolkits
MASTERDIR= ${.CURDIR}/../../x11-toolkits/qt23
MD5_FILE= ${.CURDIR}/distinfo
MAINTAINER= sahiro@crest.ocn.ne.jp
PATCH_SITES= http://www.kde.gr.jp/patch/
PATCHFILES= qt-2.3.1-qclipboard-20010617.diff \
qt-2.3.1-qpsprinter-ja-20010620.diff \
qt-2.3.1-qstring-toDouble-i18n-20010617.diff \
qt-2.3.1-showFullScreen-fix-20010624.diff \
qt-2.3.1-xim-20010617.diff
PATCH_DIST_STRIP= -p1
.include "${MASTERDIR}/Makefile"
|