mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
23 lines
514 B
Makefile
23 lines
514 B
Makefile
# 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"
|