mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8012ca6372
LEIM enables you to input Multilingual Characters on Emacs20. The package making from this port includes emacs lisp files for LEIM. PR: ports/7891 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
29 lines
636 B
Makefile
29 lines
636 B
Makefile
# New ports collection makefile for: LEIM for emacs20
|
|
# Version required: 20.3
|
|
# Date created: 10 September 1998
|
|
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= leim-20.3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= shige@kuis.kyoto-u.ac.jp
|
|
|
|
BUILD_DEPENDS= emacs-20.3:${PORTSDIR}/editors/emacs20
|
|
RUN_DEPENDS= emacs-20.3:${PORTSDIR}/editors/emacs20
|
|
|
|
USE_GMAKE= yes
|
|
|
|
EMACS_VER= 20.3
|
|
WRKSRC= ${WRKDIR}/emacs-${EMACS_VER}/leim
|
|
PLIST_SUB= EMACS_VER=${EMACS_VER}
|
|
SCRIPTS_ENV= EMACS_VER=${EMACS_VER}
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/share/emacs/${EMACS_VER}/leim
|
|
|
|
.include <bsd.port.mk>
|