blob: d99257c4b0f9c5eb7f67bf30bff938cb0d6a9e4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: mozc-el
# Date created: 26 June 2010
# Whom: TAKANO, Yuji
#
# $FreeBSD$
#
PKGNAMESUFFIX= -el-${EMACS_PORT_NAME}
COMMENT= Mozc for GNU Emacs
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
PKGMESSAGE= ${.CURDIR}/pkg-message
BUILD_MOZC_LIST= mozc-el
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
.include "${MASTERDIR}/Makefile"
|