freebsd-ports/japanese/mozc-el/Makefile

24 lines
485 B
Makefile
Raw Normal View History

# 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
2013-04-23 05:11:57 +02:00
BUILD_MOZC_LIST=mozc_el
2013-04-24 09:32:57 +02:00
USE_EMACS= yes
CATEGORIES= editors elisp
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
.include "${MASTERDIR}/Makefile"