summaryrefslogtreecommitdiff
path: root/editors/mule/Makefile
blob: 80ab92906ad8320a1446ebd8c2d2f9a38e6ed8b9 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# $NetBSD: Makefile,v 1.36 2006/02/05 23:08:57 joerg Exp $

DISTNAME=	mule-2.3
PKGREVISION=	3
CATEGORIES=	editors
MASTER_SITES=	ftp://ftp.m17n.org/pub/mule/

MAINTAINER=	kei@NetBSD.org
HOMEPAGE=	http://www.m17n.org/mule/MulePage.en.html
COMMENT=	Multilingual GNU editing macros (editor)

CONFLICTS=	emacs-[0-9]*

# build PATH in the dumped mule is not a problem
CHECK_WRKREF_SKIP+=	${PREFIX}/bin/mule
CHECK_WRKREF_SKIP+=	${PREFIX}/bin/mule-19.28

WRKSRC=		${WRKDIR}/mule
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANDIR=	${PREFIX}/${PKGMANDIR}/man1
USE_TOOLS+=	gmake

.include "../../mk/bsd.prefs.mk"

CFLAGS+=-g

CONFIGURE_ARGS+=	${MACHINE_ARCH}--${LOWER_OPSYS} --with-x --with-x-toolkit=lucid
CONFIGURE_ARGS+=	--terminal-face --mcpath --canna-libraries=${PREFIX}/lib
.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "sparc64"
CONFIGURE_ARGS+=	--valbits=26
.endif
CONFIGURE_ARGS+=	--bdf-path=${X11PREFIX}/lib/X11/fonts/intlfonts/bdf

.include "options.mk"

USE_MAKEINFO=	YES
INFO_FILES=	CCL ISO2022 R2L XFONT antenews-jp canna-jp cl dired-x
INFO_FILES+=	egg egg-jp emacs forms gnus kbd-trans languages m2ps mule
INFO_FILES+=	mule-jp quail sc terminology vip

MAN1=		coco.1 ctags.1 etags.1 m2ps.1 mule.1

.include "../../mk/x11.buildlink3.mk"

# Fix character mapping for pkgsrc/fonts/intlfonts
post-install:
	${SED} \
		-e 's/etl\([0-9]*\)-latin1/lt1-40-etl/' \
		-e 's/etl\([0-9]*\)-latin\([0-9]\)/lt\2-\1-etl/' \
		-e 's/jiskan24/j83-48/' \
		< ${WRKSRC}/etc/CHARSETS > ${PREFIX}/lib/mule/19.28/etc/CHARSETS
	#diff -u		${WRKSRC}/etc/CHARSETS ${PREFIX}/lib/mule/19.28/etc/CHARSETS
.for f in info/CCL.orig info/ISO2022.orig info/R2L.orig info/XFONT.orig \
info/antenews-jp.orig info/canna-jp.orig info/egg-jp-1.orig \
info/egg-jp-2.orig info/egg-jp.orig info/egg.orig info/kbd-trans.orig \
info/languages.orig info/m2ps.orig info/mule-jp-1.orig info/mule-jp-2.orig \
info/mule-jp-3.orig info/mule-jp.orig info/mule.orig info/quail.orig \
info/terminology.orig
	${RM} ${PREFIX}/${f}
.endfor

.include "../../mk/bsd.pkg.mk"