aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-prime/Makefile
blob: a103a0af28d05788e16b59e9199278d9936145b8 (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
29
30
# New ports collection makefile for:   ja-uim-prime
# Date created:        31 August 2003
# Whom:                MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#

CATEGORIES=	japanese
PKGNAMESUFFIX=	-prime

COMMENT=	Uim plugin using PRIME input method

RUN_DEPENDS=	uim-module-manager:${PORTSDIR}/textproc/uim
BUILD_DEPENDS=	prime:${PORTSDIR}/japanese/prime
RUN_DEPENDS+=	${BUILD_DEPENDS}

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

UIM_SLAVE=	yes

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

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

.include "${MASTERDIR}/Makefile"