mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
|
|
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"
|