aboutsummaryrefslogtreecommitdiff
path: root/textproc/uim-m17nlib/Makefile
blob: 3af87a37ce8dc1b538e2e60231bbf0c5a6f3fb2b (plain) (blame)
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
# New ports collection makefile for:   uim-m17nlib
# Date created:        31 August 2003
# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#

PKGNAMESUFFIX=	-m17nlib

COMMENT=	Uim plugin using m17n library input method

RUN_DEPENDS=	uim-module-manager:${PORTSDIR}/textproc/uim
LIB_DEPENDS=	m17n.1:${PORTSDIR}/devel/m17n-lib

MASTERDIR=	${.CURDIR}/../../textproc/uim
PKGDIR=		${.CURDIR}
CONFIGURE_ARGS=	--with-m17nlib

UIM_SLAVE=	yes

do-install:
	(cd ${WRKSRC}/uim && \
	${GMAKE} uim_plugin_LTLIBRARIES=libuim-m17nlib.la install-uim_pluginLTLIBRARIES)

post-install:
	uim-module-manager --register m17nlib

.include "${MASTERDIR}/Makefile"