blob: b0251263b42a3fdb4c3d2e1b852c538b55816dcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: scim-mozc
# Date created: 26 June 2010
# Whom: Daichi GOTO <daichi@freebsd.org>
#
# $FreeBSD$
#
PKGNAMEPREFIX= ja-scim-
PKGNAMESUFFIX=
COMMENT= Mozc engine for SCIM
DATADIR= ${PREFIX}/share/scim-${PORTNAME}
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
PKGMESSAGE= ${.CURDIR}/pkg-message
BUILD_MOZC_LIST= scim_mozc
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
.include "${MASTERDIR}/Makefile"
|